Html Css Color HEX #A076CA Lilac Bush

📋 copy color: '#A076CA'

red 160 ◦ green 118 ◦ blue 202

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

Shades of Lilac Bush #A076CA

Tints of Lilac Bush #A076CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 33.33%
G = 24.58%
B = 42.08%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A076CA (or 0xA076CA) is known color: Lilac Bush. HEX triplet: A0, 76 and CA. RGB value is (160,118,202). Sum of RGB (Red+Green+Blue) = 160+118+202=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #A076CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076CA is #5F8935. Grayscale: #8B8B8B. Windows color (decimal): -6261046 or 13268640. OLE color: 13268640.

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

Color convert

RGB 160 118 202 -
CMYK 0.21 0.42 0 0.21
HSL 270º 0.44% 0.63% -
HSV(B) 270º 0.42% 0.79% -
XYZ 31.64 24.69 58.98 -
YUV 140.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 160 118 202 0.21 0.42 0 0.21 270 0.44 0.63
Hex A0 76 CA 15 2A 0 15 10E 2C 3F
Octal 240 166 312 25 52 0 25 416 54 77
Binary 10100000 1110110 11001010 10101 101010 0 10101 100001110 101100 111111

Color Harmonies of #A076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076CA

Black with #A076CA

Text Example


Text Example

White with #A076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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