Html Css Color HEX #A077CB Lilac Bush

📋 copy color: '#A077CB'

red 160 ◦ green 119 ◦ blue 203

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

Shades of Lilac Bush #A077CB

Tints of Lilac Bush #A077CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.69%

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

R = 33.2%
G = 24.69%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A077CB (or 0xA077CB) is known color: Lilac Bush. HEX triplet: A0, 77 and CB. RGB value is (160,119,203). Sum of RGB (Red+Green+Blue) = 160+119+203=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 119 (46.88% from 255 or 24.69% 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 #A077CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077CB is #5F8834. Grayscale: #8C8C8C. Windows color (decimal): -6260789 or 13334432. OLE color: 13334432.

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

Color convert

RGB 160 119 203 -
CMYK 0.21 0.41 0 0.20
HSL 269.29º 0.45% 0.63% -
HSV(B) 269.29º 0.41% 0.8% -
XYZ 31.87 24.98 59.64 -
YUV 140.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 160 119 203 0.21 0.41 0 0.20 269.29 0.45 0.63
Hex A0 77 CB 15 29 0 14 10D 2D 3F
Octal 240 167 313 25 51 0 24 415 55 77
Binary 10100000 1110111 11001011 10101 101001 0 10100 100001101 101101 111111

Color Harmonies of #A077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077CB

Black with #A077CB

Text Example


Text Example

White with #A077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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