Html Css Color HEX #A96BBE Deep Lilac

📋 copy color: '#A96BBE'

red 169 ◦ green 107 ◦ blue 190

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

Shades of Deep Lilac #A96BBE

Tints of Deep Lilac #A96BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 36.27%
G = 22.96%
B = 40.77%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A96BBE (or 0xA96BBE) is known color: Deep Lilac. HEX triplet: A9, 6B and BE. RGB value is (169,107,190). Sum of RGB (Red+Green+Blue) = 169+107+190=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BBE is #569441. Grayscale: #868686. Windows color (decimal): -5674050 or 12479401. OLE color: 12479401.

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

Color convert

RGB 169 107 190 -
CMYK 0.11 0.44 0 0.25
HSL 284.82º 0.39% 0.58% -
HSV(B) 284.82º 0.44% 0.75% -
XYZ 30.91 22.67 51.46 -
YUV 135 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 169 107 190 0.11 0.44 0 0.25 284.82 0.39 0.58
Hex A9 6B BE B 2C 0 19 11D 27 3A
Octal 251 153 276 13 54 0 31 435 47 72
Binary 10101001 1101011 10111110 1011 101100 0 11001 100011101 100111 111010

Color Harmonies of #A96BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BBE

Black with #A96BBE

Text Example


Text Example

White with #A96BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BBE; }

 p { color: rgb(169,107,190); }

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

background-color css

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

 a { background-color: rgb(169,107,190); }

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

border-color css

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

 span { border-color: rgb(169,107,190); }

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