#A478CB

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

Shades of Lilac Bush #A478CB

Tints of Lilac Bush #A478CB

Color information

#A478CB (or 0xA478CB) is unknown color: approx Lilac Bush. HEX triplet: A4, 78 and CB. RGB value is (164,120,203). Sum of RGB (Red+Green+Blue) = 164+120+203=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #A478CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478CB is #5B8734. Grayscale: #8E8E8E. Windows color (decimal): -5998389 or 13334692. OLE color: 13334692.

HSL color Cylindrical-coordinate representation of color #A478CB: hue angle of 271.81º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A478CB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164120203-
CMYK0.190.4100.20
HSL271.81º44.39%63.33%-
HSV(B)271.81º40.89%79.61%-
XYZ32.8125.6459.72-
YUV142.62162.08143.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=33.68%
G=24.64%
B=41.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641202030.190.4100.20271.8144.3963.33
HexA478CB13290141102c3f
Octal24417031323510244205477
Binary1010010011110001100101110011101001010100100010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478CB; }

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

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

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

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

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

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

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

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