Html Css Color HEX #A076CE Lilac Bush

📋 copy color: '#A076CE'

red 160 ◦ green 118 ◦ blue 206

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

Shades of Lilac Bush #A076CE

Tints of Lilac Bush #A076CE

RGB

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

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

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

R = 33.06%
G = 24.38%
B = 42.56%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A076CE (or 0xA076CE) is known color: Lilac Bush. HEX triplet: A0, 76 and CE. RGB value is (160,118,206). Sum of RGB (Red+Green+Blue) = 160+118+206=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A076CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076CE is #5F8931. Grayscale: #8C8C8C. Windows color (decimal): -6261042 or 13530784. OLE color: 13530784.

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

Color convert

RGB 160 118 206 -
CMYK 0.22 0.43 0 0.19
HSL 268.64º 0.47% 0.64% -
HSV(B) 268.64º 0.43% 0.81% -
XYZ 32.12 24.89 61.5 -
YUV 140.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 160 118 206 0.22 0.43 0 0.19 268.64 0.47 0.64
Hex A0 76 CE 16 2B 0 13 10D 2F 40
Octal 240 166 316 26 53 0 23 415 57 100
Binary 10100000 1110110 11001110 10110 101011 0 10011 100001101 101111 1000000

Color Harmonies of #A076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076CE

Black with #A076CE

Text Example


Text Example

White with #A076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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