Html Css Color HEX #A96ABE Deep Lilac

📋 copy color: '#A96ABE'

red 169 ◦ green 106 ◦ blue 190

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

Shades of Deep Lilac #A96ABE

Tints of Deep Lilac #A96ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 36.34%
G = 22.8%
B = 40.86%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A96ABE (or 0xA96ABE) is known color: Deep Lilac. HEX triplet: A9, 6A and BE. RGB value is (169,106,190). Sum of RGB (Red+Green+Blue) = 169+106+190=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ABE is #569541. Grayscale: #868686. Windows color (decimal): -5674306 or 12479145. OLE color: 12479145.

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

Color convert

RGB 169 106 190 -
CMYK 0.11 0.44 0 0.25
HSL 285º 0.39% 0.58% -
HSV(B) 285º 0.44% 0.75% -
XYZ 30.81 22.46 51.43 -
YUV 134.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 169 106 190 0.11 0.44 0 0.25 285 0.39 0.58
Hex A9 6A BE B 2C 0 19 11D 27 3A
Octal 251 152 276 13 54 0 31 435 47 72
Binary 10101001 1101010 10111110 1011 101100 0 11001 100011101 100111 111010

Color Harmonies of #A96ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ABE

Black with #A96ABE

Text Example


Text Example

White with #A96ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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