COLOR #A579BE

HEX: #A579BE
RGB: (165,121,190)

Color info

#A579BE contains mainly red and blue colors. Web safe color of #A579BE is #9966CC (or #96C).

RGB color model

#A579BE color RGB value is (165,121,190).

  • red value is 165;
  • green value is 121;
  • blue value is 190.
RGB:
(165,121,190)
(65%,47%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 190 of 255 = 75%

165
121
190

R + G + B ~ 62%. #A579BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 190 = 476 (100%)
R 165 of 476 ~ 34.66%
G 121 of 476 ~ 25.42%
B 190 of 476 ~ 39.92%

%34.66
%25.42
%39.92

CMYK color model

#A579BE color CMYK value is (13,36,0,25).

  • cyan value is 13.16%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,36,0,25)
C13M36Y0K25 
(13%,36%,0%,25%)
(0.13/0.36/0.00/0.25)	

CMYK percentages

%13.16
%36.32
%0
%25.49

Codes

Color #A579BE in popluar color models

A579BE
RGB165121190
HSL278°34.67%60.98%
HSB/HSV278°36.32%74.51%
CMYK13.16%36.32%0.00%
25.49%

Color #A579BE in popluar number systems.

HEXA579BE
Decimal165121190
Binary10100101111100110111110
Octal245171276

Shades and tints

Shades of #A579BE

#A579BE
(165,121,190)
#966EAD
(150,110,173)
#87639C
(135,99,156)
#78588B
(120,88,139)
#694D7A
(105,77,122)
#5A4269
(90,66,105)
#4B3758
(75,55,88)
#3C2C47
(60,44,71)
#2D2136
(45,33,54)
#1E1625
(30,22,37)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #A579BE

#A579BE
(165,121,190)
#AD85C3
(173,133,195)
#B591C8
(181,145,200)
#BD9DCD
(189,157,205)
#C5A9D2
(197,169,210)
#CDB5D7
(205,181,215)
#D5C1DC
(213,193,220)
#DDCDE1
(221,205,225)
#E5D9E6
(229,217,230)
#EDE5EB
(237,229,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A579BE color. Also use rgb(165,121,190) instead hex code.

Text Font Color

.myTextColor { color: #A579BE; }

<p style="color:#A579BE">This sample text font color is #A579BE.</p>

This text font color is #A579BE.


Background Color

.myBgColor { background-color: #A579BE; }

<div style="background-color:#A579BE">Inner text</div>

This div background color is #A579BE.


Border color

.myBorderColor { border: 1px solid #A579BE; }

<div style="border:3px solid #A579BE">Div</div>

This div border color is #A579BE.


Opacity

.myOpacity80 { color: #A579BE; opacity: 0.8; }

<p style="color:#A579BE;opacity:0.8;">80%</p>

Text with #A579BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A579BE;}

<p style="text-shadow: 3px 3px 1px #A579BE">Text here.</p>

This text has shadow with #A579BE color.

.textShadow {text-shadow: 3px 3px 1px #A579BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A579BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A579BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A579BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A579BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A579BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A579BE;
  -webkit-box-shadow:	1px 1px 3px 2px #A579BE;
  box-shadow:		1px 1px 3px 2px #A579BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A579BE;
-webkit-box-shadow: 1px 1px 3px 2px #A579BE;
box-shadow:1px 1px 3px 2px #A579BE;">
Div content here</div>
This div box has shadow with color #A579BE.

Preview

Color preview on black background

This text has color #A579BE on black background.


Color preview on white background

This text has color #A579BE on white background.



Black color preview on #A579BE background

This text has black color on #A579BE background.


White color preview on #A579BE background

This text has white color on #A579BE background.