Html Css Color HEX #A96DB9 Deep Lilac

📋 copy color: '#A96DB9'

red 169 ◦ green 109 ◦ blue 185

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

Shades of Deep Lilac #A96DB9

Tints of Deep Lilac #A96DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 36.5%
G = 23.54%
B = 39.96%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A96DB9 (or 0xA96DB9) is known color: Deep Lilac. HEX triplet: A9, 6D and B9. RGB value is (169,109,185). Sum of RGB (Red+Green+Blue) = 169+109+185=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #A96DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB9 is #569246. Grayscale: #878787. Windows color (decimal): -5673543 or 12152233. OLE color: 12152233.

HSL color Cylindrical-coordinate representation of color #A96DB9: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96DB9 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 109 185 -
CMYK 0.09 0.41 0 0.27
HSL 287.37º 0.35% 0.58% -
HSV(B) 287.37º 0.41% 0.73% -
XYZ 30.59 22.88 48.7 -
YUV 135.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 169 109 185 0.09 0.41 0 0.27 287.37 0.35 0.58
Hex A9 6D B9 9 29 0 1B 11F 23 3A
Octal 251 155 271 11 51 0 33 437 43 72
Binary 10101001 1101101 10111001 1001 101001 0 11011 100011111 100011 111010

Color Harmonies of #A96DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DB9

Black with #A96DB9

Text Example


Text Example

White with #A96DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DB9; }

 p { color: rgb(169,109,185); }

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

background-color css

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

 a { background-color: rgb(169,109,185); }

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

border-color css

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

 span { border-color: rgb(169,109,185); }

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