Html Css Color HEX #A96DBB Deep Lilac

📋 copy color: '#A96DBB'

red 169 ◦ green 109 ◦ blue 187

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

Shades of Deep Lilac #A96DBB

Tints of Deep Lilac #A96DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 36.34%
G = 23.44%
B = 40.22%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A96DBB (or 0xA96DBB) is known color: Deep Lilac. HEX triplet: A9, 6D and BB. RGB value is (169,109,187). Sum of RGB (Red+Green+Blue) = 169+109+187=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A96DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DBB is #569244. Grayscale: #878787. Windows color (decimal): -5673541 or 12283305. OLE color: 12283305.

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

Color convert

RGB 169 109 187 -
CMYK 0.10 0.42 0 0.27
HSL 286.15º 0.36% 0.58% -
HSV(B) 286.15º 0.42% 0.73% -
XYZ 30.8 22.96 49.82 -
YUV 135.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 169 109 187 0.10 0.42 0 0.27 286.15 0.36 0.58
Hex A9 6D BB A 2A 0 1B 11E 24 3A
Octal 251 155 273 12 52 0 33 436 44 72
Binary 10101001 1101101 10111011 1010 101010 0 11011 100011110 100100 111010

Color Harmonies of #A96DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DBB

Black with #A96DBB

Text Example


Text Example

White with #A96DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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