#A178CB

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

Shades of Lilac Bush #A178CB

Tints of Lilac Bush #A178CB

Color information

#A178CB (or 0xA178CB) is unknown color: approx Lilac Bush. HEX triplet: A1, 78 and CB. RGB value is (161,120,203). Sum of RGB (Red+Green+Blue) = 161+120+203=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A178CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178CB is #5E8734. Grayscale: #8D8D8D. Windows color (decimal): -6194997 or 13334689. OLE color: 13334689.

HSL color Cylindrical-coordinate representation of color #A178CB: hue angle of 269.64º 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 #A178CB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161120203-
CMYK0.210.4100.20
HSL269.64º44.39%63.33%-
HSV(B)269.64º40.89%79.61%-
XYZ32.1925.3259.69-
YUV141.72162.58141.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=33.26%
G=24.79%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611202030.210.4100.20269.6444.3963.33
HexA178CB152901410e2c3f
Octal24117031325510244165477
Binary1010000111110001100101110101101001010100100001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178CB; }

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

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

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

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

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

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

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

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