Html Css Color HEX #A077CE Lilac Bush

📋 copy color: '#A077CE'

red 160 ◦ green 119 ◦ blue 206

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

Shades of Lilac Bush #A077CE

Tints of Lilac Bush #A077CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 32.99%
G = 24.54%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A077CE (or 0xA077CE) is known color: Lilac Bush. HEX triplet: A0, 77 and CE. RGB value is (160,119,206). Sum of RGB (Red+Green+Blue) = 160+119+206=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A077CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077CE is #5F8831. Grayscale: #8C8C8C. Windows color (decimal): -6260786 or 13531040. OLE color: 13531040.

HSL color Cylindrical-coordinate representation of color #A077CE: hue angle of 268.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A077CE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 119 206 -
CMYK 0.22 0.42 0 0.19
HSL 268.28º 0.47% 0.64% -
HSV(B) 268.28º 0.42% 0.81% -
XYZ 32.23 25.12 61.54 -
YUV 141.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 160 119 206 0.22 0.42 0 0.19 268.28 0.47 0.64
Hex A0 77 CE 16 2A 0 13 10C 2F 40
Octal 240 167 316 26 52 0 23 414 57 100
Binary 10100000 1110111 11001110 10110 101010 0 10011 100001100 101111 1000000

Color Harmonies of #A077CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077CE

Black with #A077CE

Text Example


Text Example

White with #A077CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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