Html Css Color HEX #A96CBB Deep Lilac

📋 copy color: '#A96CBB'

red 169 ◦ green 108 ◦ blue 187

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

Shades of Deep Lilac #A96CBB

Tints of Deep Lilac #A96CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 36.42%
G = 23.28%
B = 40.3%

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

#A96CBB (or 0xA96CBB) is known color: Deep Lilac. HEX triplet: A9, 6C and BB. RGB value is (169,108,187). Sum of RGB (Red+Green+Blue) = 169+108+187=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A96CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBB is #569344. Grayscale: #868686. Windows color (decimal): -5673797 or 12283049. OLE color: 12283049.

HSL color Cylindrical-coordinate representation of color #A96CBB: hue angle of 286.33º degrees, saturation: 0.37, 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 #A96CBB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 108 187 -
CMYK 0.10 0.42 0 0.27
HSL 286.33º 0.37% 0.58% -
HSV(B) 286.33º 0.42% 0.73% -
XYZ 30.69 22.75 49.79 -
YUV 135.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 169 108 187 0.10 0.42 0 0.27 286.33 0.37 0.58
Hex A9 6C BB A 2A 0 1B 11E 25 3A
Octal 251 154 273 12 52 0 33 436 45 72
Binary 10101001 1101100 10111011 1010 101010 0 11011 100011110 100101 111010

Color Harmonies of #A96CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CBB

Black with #A96CBB

Text Example


Text Example

White with #A96CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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