#A478C6

Color #A478C6 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A478C6

Tints of Lilac Bush #A478C6

Color information

#A478C6 (or 0xA478C6) is unknown color: approx Lilac Bush. HEX triplet: A4, 78 and C6. RGB value is (164,120,198). Sum of RGB (Red+Green+Blue) = 164+120+198=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #A478C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478C6 is #5B8739. Grayscale: #8D8D8D. Windows color (decimal): -5998394 or 13007012. OLE color: 13007012.

HSL color Cylindrical-coordinate representation of color #A478C6: hue angle of 273.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A478C6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164120198-
CMYK0.170.3900.22
HSL273.85º40.62%62.35%-
HSV(B)273.85º39.39%77.65%-
XYZ32.2225.456.63-
YUV142.05159.58143.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=34.02%
G=24.90%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641201980.170.3900.22273.8540.6262.35
HexA478C61127016112293e
Octal24417030621470264225176
Binary1010010011110001100011010001100111010110100010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478C6; }

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

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

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

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

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

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

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

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