Html Css Color HEX #A076CB Lilac Bush

📋 copy color: '#A076CB'

red 160 ◦ green 118 ◦ blue 203

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

Shades of Lilac Bush #A076CB

Tints of Lilac Bush #A076CB

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

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

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

R = 33.26%
G = 24.53%
B = 42.2%

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

#A076CB (or 0xA076CB) is known color: Lilac Bush. HEX triplet: A0, 76 and CB. RGB value is (160,118,203). Sum of RGB (Red+Green+Blue) = 160+118+203=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A076CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076CB is #5F8934. Grayscale: #8B8B8B. Windows color (decimal): -6261045 or 13334176. OLE color: 13334176.

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

Color convert

RGB 160 118 203 -
CMYK 0.21 0.42 0 0.20
HSL 269.65º 0.45% 0.63% -
HSV(B) 269.65º 0.42% 0.8% -
XYZ 31.76 24.74 59.6 -
YUV 140.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 160 118 203 0.21 0.42 0 0.20 269.65 0.45 0.63
Hex A0 76 CB 15 2A 0 14 10E 2D 3F
Octal 240 166 313 25 52 0 24 416 55 77
Binary 10100000 1110110 11001011 10101 101010 0 10100 100001110 101101 111111

Color Harmonies of #A076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076CB

Black with #A076CB

Text Example


Text Example

White with #A076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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