#A477A9

Color #A477A9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A477A9

Tints of Violet Blue #A477A9

Color information

#A477A9 (or 0xA477A9) is unknown color: approx Violet Blue. HEX triplet: A4, 77 and A9. RGB value is (164,119,169). Sum of RGB (Red+Green+Blue) = 164+119+169=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 169 - color contains mainly: blue. Hex color #A477A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477A9 is #5B8856. Grayscale: #8A8A8A. Windows color (decimal): -5998679 or 11106212. OLE color: 11106212.

HSL color Cylindrical-coordinate representation of color #A477A9: hue angle of 294º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A477A9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164119169-
CMYK0.030.3000.34
HSL294º22.52%56.47%-
HSV(B)294º29.59%66.27%-
XYZ29.0723.9540.63-
YUV138.16145.41146.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=36.28%
G=26.33%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641191690.030.3000.3429422.5256.47
HexA477A931E0221261738
Octal2441672513360424462770
Binary101001001110111101010011111110010001010010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477A9; }

 p { color: rgb(164,119,169); }

 H1.HeaderClassName
 {
   color: #A477A9;
 }
 .AnyTagClassName
 {
   color: #A477A9;
 }
</style>
background-color css

<style>
 a { background-color: #A477A9; }

 a { background-color: rgb(164,119,169); }

 div.DivClassName
 {
   background-color: #A477A9;
 }
 .BgClassName
 {
   background-color: #A477A9;
 }
</style>
border-color css

<style>
 span { border-color: #A477A9; }

 span { border-color: rgb(164,119,169); }

 td.TdClassName
 {
   border-color: #A477A9;
 }
 .TagClassName
 {
   border-color: #A477A9;
 }
</style>