#A477AA

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

Shades of Violet Blue #A477AA

Tints of Violet Blue #A477AA

Color information

#A477AA (or 0xA477AA) is unknown color: approx Violet Blue. HEX triplet: A4, 77 and AA. RGB value is (164,119,170). Sum of RGB (Red+Green+Blue) = 164+119+170=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A477AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477AA is #5B8855. Grayscale: #8A8A8A. Windows color (decimal): -5998678 or 11171748. OLE color: 11171748.

HSL color Cylindrical-coordinate representation of color #A477AA: hue angle of 292.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A477AA is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164119170-
CMYK0.040.300.33
HSL292.94º23.08%56.67%-
HSV(B)292.94º30%66.67%-
XYZ29.1623.9941.12-
YUV138.27145.91146.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=36.20%
G=26.27%
B=37.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641191700.040.300.33292.9423.0856.67
HexA477AA41E0211251739
Octal2441672524360414452771
Binary1010010011101111010101010011110010000110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477AA; }

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

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

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

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

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

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

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

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