Html Css Color HEX #A96BBC Deep Lilac

📋 copy color: '#A96BBC'

red 169 ◦ green 107 ◦ blue 188

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

Shades of Deep Lilac #A96BBC

Tints of Deep Lilac #A96BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 36.42%
G = 23.06%
B = 40.52%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A96BBC (or 0xA96BBC) is known color: Deep Lilac. HEX triplet: A9, 6B and BC. RGB value is (169,107,188). Sum of RGB (Red+Green+Blue) = 169+107+188=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A96BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BBC is #569443. Grayscale: #868686. Windows color (decimal): -5674052 or 12348329. OLE color: 12348329.

HSL color Cylindrical-coordinate representation of color #A96BBC: hue angle of 285.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96BBC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 107 188 -
CMYK 0.10 0.43 0 0.26
HSL 285.93º 0.38% 0.58% -
HSV(B) 285.93º 0.43% 0.74% -
XYZ 30.7 22.58 50.32 -
YUV 134.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 169 107 188 0.10 0.43 0 0.26 285.93 0.38 0.58
Hex A9 6B BC A 2B 0 1A 11E 26 3A
Octal 251 153 274 12 53 0 32 436 46 72
Binary 10101001 1101011 10111100 1010 101011 0 11010 100011110 100110 111010

Color Harmonies of #A96BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BBC

Black with #A96BBC

Text Example


Text Example

White with #A96BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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