#A478AA

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

Shades of Violet Blue #A478AA

Tints of Violet Blue #A478AA

Color information

#A478AA (or 0xA478AA) is unknown color: approx Violet Blue. HEX triplet: A4, 78 and AA. RGB value is (164,120,170). Sum of RGB (Red+Green+Blue) = 164+120+170=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A478AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478AA is #5B8755. Grayscale: #8A8A8A. Windows color (decimal): -5998422 or 11172004. OLE color: 11172004.

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

Color convert

RGB164120170-
CMYK0.040.2900.33
HSL292.8º22.73%56.86%-
HSV(B)292.8º29.41%66.67%-
XYZ29.2824.2341.16-
YUV138.86145.58145.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=36.12%
G=26.43%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641201700.040.2900.33292.822.7356.86
HexA478AA41D0211251739
Octal2441702524350414452771
Binary1010010011110001010101010011101010000110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478AA; }

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

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

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

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

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

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

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

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