Html Css Color HEX #A176CB Lilac Bush

📋 copy color: '#A176CB'

red 161 ◦ green 118 ◦ blue 203

#A176CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #A176CB

Tints of Lilac Bush #A176CB

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 33.4%
G = 24.48%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A176CB (or 0xA176CB) is known color: Lilac Bush. HEX triplet: A1, 76 and CB. RGB value is (161,118,203). Sum of RGB (Red+Green+Blue) = 161+118+203=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A176CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176CB is #5E8934. Grayscale: #8C8C8C. Windows color (decimal): -6195509 or 13334177. OLE color: 13334177.

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

Color convert

RGB 161 118 203 -
CMYK 0.21 0.42 0 0.20
HSL 270.35º 0.45% 0.63% -
HSV(B) 270.35º 0.42% 0.8% -
XYZ 31.96 24.85 59.61 -
YUV 140.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 161 118 203 0.21 0.42 0 0.20 270.35 0.45 0.63
Hex A1 76 CB 15 2A 0 14 10E 2D 3F
Octal 241 166 313 25 52 0 24 416 55 77
Binary 10100001 1110110 11001011 10101 101010 0 10100 100001110 101101 111111

Color Harmonies of #A176CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176CB

Black with #A176CB

Text Example


Text Example

White with #A176CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176CB; }

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

 H1.HeaderClassName
 {
   color: #A176CB;
 }
 .AnyTagClassName
 {
   color: #A176CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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