Html Css Color HEX #A96ABF Deep Lilac

📋 copy color: '#A96ABF'

red 169 ◦ green 106 ◦ blue 191

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

Shades of Deep Lilac #A96ABF

Tints of Deep Lilac #A96ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 36.27%
G = 22.75%
B = 40.99%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A96ABF (or 0xA96ABF) is known color: Deep Lilac. HEX triplet: A9, 6A and BF. RGB value is (169,106,191). Sum of RGB (Red+Green+Blue) = 169+106+191=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ABF is #569540. Grayscale: #868686. Windows color (decimal): -5674305 or 12544681. OLE color: 12544681.

HSL color Cylindrical-coordinate representation of color #A96ABF: hue angle of 284.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96ABF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 106 191 -
CMYK 0.12 0.45 0 0.25
HSL 284.47º 0.4% 0.58% -
HSV(B) 284.47º 0.45% 0.75% -
XYZ 30.92 22.5 52 -
YUV 134.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 169 106 191 0.12 0.45 0 0.25 284.47 0.4 0.58
Hex A9 6A BF C 2D 0 19 11C 28 3A
Octal 251 152 277 14 55 0 31 434 50 72
Binary 10101001 1101010 10111111 1100 101101 0 11001 100011100 101000 111010

Color Harmonies of #A96ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ABF

Black with #A96ABF

Text Example


Text Example

White with #A96ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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