Html Css Color HEX #A96DB6 Deep Lilac

📋 copy color: '#A96DB6'

red 169 ◦ green 109 ◦ blue 182

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

Shades of Deep Lilac #A96DB6

Tints of Deep Lilac #A96DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 36.74%
G = 23.7%
B = 39.57%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A96DB6 (or 0xA96DB6) is known color: Deep Lilac. HEX triplet: A9, 6D and B6. RGB value is (169,109,182). Sum of RGB (Red+Green+Blue) = 169+109+182=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #A96DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DB6 is #569249. Grayscale: #878787. Windows color (decimal): -5673546 or 11955625. OLE color: 11955625.

HSL color Cylindrical-coordinate representation of color #A96DB6: hue angle of 289.32º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96DB6 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 109 182 -
CMYK 0.07 0.40 0 0.29
HSL 289.32º 0.33% 0.57% -
HSV(B) 289.32º 0.4% 0.71% -
XYZ 30.27 22.75 47.05 -
YUV 135.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 169 109 182 0.07 0.40 0 0.29 289.32 0.33 0.57
Hex A9 6D B6 7 28 0 1D 121 21 39
Octal 251 155 266 7 50 0 35 441 41 71
Binary 10101001 1101101 10110110 111 101000 0 11101 100100001 100001 111001

Color Harmonies of #A96DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DB6

Black with #A96DB6

Text Example


Text Example

White with #A96DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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