Html Css Color HEX #A96AB9 Deep Lilac

📋 copy color: '#A96AB9'

red 169 ◦ green 106 ◦ blue 185

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

Shades of Deep Lilac #A96AB9

Tints of Deep Lilac #A96AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 36.74%
G = 23.04%
B = 40.22%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A96AB9 (or 0xA96AB9) is known color: Deep Lilac. HEX triplet: A9, 6A and B9. RGB value is (169,106,185). Sum of RGB (Red+Green+Blue) = 169+106+185=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #A96AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AB9 is #569546. Grayscale: #858585. Windows color (decimal): -5674311 or 12151465. OLE color: 12151465.

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

Color convert

RGB 169 106 185 -
CMYK 0.09 0.43 0 0.27
HSL 287.85º 0.36% 0.57% -
HSV(B) 287.85º 0.43% 0.73% -
XYZ 30.27 22.25 48.6 -
YUV 133.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 169 106 185 0.09 0.43 0 0.27 287.85 0.36 0.57
Hex A9 6A B9 9 2B 0 1B 120 24 39
Octal 251 152 271 11 53 0 33 440 44 71
Binary 10101001 1101010 10111001 1001 101011 0 11011 100100000 100100 111001

Color Harmonies of #A96AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96AB9

Black with #A96AB9

Text Example


Text Example

White with #A96AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96AB9; }

 p { color: rgb(169,106,185); }

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

background-color css

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

 a { background-color: rgb(169,106,185); }

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

border-color css

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

 span { border-color: rgb(169,106,185); }

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