Html Css Color HEX #A96CBC Deep Lilac

📋 copy color: '#A96CBC'

red 169 ◦ green 108 ◦ blue 188

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

Shades of Deep Lilac #A96CBC

Tints of Deep Lilac #A96CBC

RGB

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

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

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

R = 36.34%
G = 23.23%
B = 40.43%

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

#A96CBC (or 0xA96CBC) is known color: Deep Lilac. HEX triplet: A9, 6C and BC. RGB value is (169,108,188). Sum of RGB (Red+Green+Blue) = 169+108+188=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A96CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CBC is #569343. Grayscale: #878787. Windows color (decimal): -5673796 or 12348585. OLE color: 12348585.

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

Color convert

RGB 169 108 188 -
CMYK 0.10 0.43 0 0.26
HSL 285.75º 0.37% 0.58% -
HSV(B) 285.75º 0.43% 0.74% -
XYZ 30.8 22.79 50.35 -
YUV 135.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 169 108 188 0.10 0.43 0 0.26 285.75 0.37 0.58
Hex A9 6C BC A 2B 0 1A 11E 25 3A
Octal 251 154 274 12 53 0 32 436 45 72
Binary 10101001 1101100 10111100 1010 101011 0 11010 100011110 100101 111010

Color Harmonies of #A96CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CBC

Black with #A96CBC

Text Example


Text Example

White with #A96CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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