Html Css Color HEX #A96CBF Deep Lilac

📋 copy color: '#A96CBF'

red 169 ◦ green 108 ◦ blue 191

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

Shades of Deep Lilac #A96CBF

Tints of Deep Lilac #A96CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 36.11%
G = 23.08%
B = 40.81%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A96CBF (or 0xA96CBF) is known color: Deep Lilac. HEX triplet: A9, 6C and BF. RGB value is (169,108,191). Sum of RGB (Red+Green+Blue) = 169+108+191=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBF is #569340. Grayscale: #878787. Windows color (decimal): -5673793 or 12545193. OLE color: 12545193.

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

Color convert

RGB 169 108 191 -
CMYK 0.12 0.43 0 0.25
HSL 284.1º 0.39% 0.59% -
HSV(B) 284.1º 0.43% 0.75% -
XYZ 31.13 22.92 52.07 -
YUV 135.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 169 108 191 0.12 0.43 0 0.25 284.1 0.39 0.59
Hex A9 6C BF C 2B 0 19 11C 27 3B
Octal 251 154 277 14 53 0 31 434 47 73
Binary 10101001 1101100 10111111 1100 101011 0 11001 100011100 100111 111011

Color Harmonies of #A96CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CBF

Black with #A96CBF

Text Example


Text Example

White with #A96CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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