Html Css Color HEX #A076C5 Lilac Bush

📋 copy color: '#A076C5'

red 160 ◦ green 118 ◦ blue 197

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

Shades of Lilac Bush #A076C5

Tints of Lilac Bush #A076C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 33.68%
G = 24.84%
B = 41.47%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A076C5 (or 0xA076C5) is known color: Lilac Bush. HEX triplet: A0, 76 and C5. RGB value is (160,118,197). Sum of RGB (Red+Green+Blue) = 160+118+197=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #A076C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076C5 is #5F893A. Grayscale: #8B8B8B. Windows color (decimal): -6261051 or 12940960. OLE color: 12940960.

HSL color Cylindrical-coordinate representation of color #A076C5: hue angle of 271.9º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A076C5 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 118 197 -
CMYK 0.19 0.40 0 0.23
HSL 271.9º 0.41% 0.62% -
HSV(B) 271.9º 0.4% 0.77% -
XYZ 31.05 24.46 55.91 -
YUV 139.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 160 118 197 0.19 0.40 0 0.23 271.9 0.41 0.62
Hex A0 76 C5 13 28 0 17 110 29 3E
Octal 240 166 305 23 50 0 27 420 51 76
Binary 10100000 1110110 11000101 10011 101000 0 10111 100010000 101001 111110

Color Harmonies of #A076C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076C5

Black with #A076C5

Text Example


Text Example

White with #A076C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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