Html Css Color HEX #A96ABC Deep Lilac

📋 copy color: '#A96ABC'

red 169 ◦ green 106 ◦ blue 188

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

Shades of Deep Lilac #A96ABC

Tints of Deep Lilac #A96ABC

RGB

 RED value IS 169 (66.41% from 255) = 36.5%

 GREEN value IS 106 (41.8% from 255) = 22.89%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 36.5%
G = 22.89%
B = 40.6%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A96ABC (or 0xA96ABC) is known color: Deep Lilac. HEX triplet: A9, 6A and BC. RGB value is (169,106,188). Sum of RGB (Red+Green+Blue) = 169+106+188=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A96ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ABC is #569543. Grayscale: #858585. Windows color (decimal): -5674308 or 12348073. OLE color: 12348073.

HSL color Cylindrical-coordinate representation of color #A96ABC: hue angle of 286.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96ABC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 106 188 -
CMYK 0.10 0.44 0 0.26
HSL 286.1º 0.38% 0.58% -
HSV(B) 286.1º 0.44% 0.74% -
XYZ 30.59 22.37 50.28 -
YUV 134.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 169 106 188 0.10 0.44 0 0.26 286.1 0.38 0.58
Hex A9 6A BC A 2C 0 1A 11E 26 3A
Octal 251 152 274 12 54 0 32 436 46 72
Binary 10101001 1101010 10111100 1010 101100 0 11010 100011110 100110 111010

Color Harmonies of #A96ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ABC

Black with #A96ABC

Text Example


Text Example

White with #A96ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ABC; }

 p { color: rgb(169,106,188); }

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

background-color css

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

 a { background-color: rgb(169,106,188); }

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

border-color css

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

 span { border-color: rgb(169,106,188); }

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