Html Css Color HEX #A966BF Deep Lilac

📋 copy color: '#A966BF'

red 169 ◦ green 102 ◦ blue 191

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

Shades of Deep Lilac #A966BF

Tints of Deep Lilac #A966BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 36.58%
G = 22.08%
B = 41.34%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A966BF (or 0xA966BF) is known color: Deep Lilac. HEX triplet: A9, 66 and BF. RGB value is (169,102,191). Sum of RGB (Red+Green+Blue) = 169+102+191=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A966BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966BF is #569940. Grayscale: #838383. Windows color (decimal): -5675329 or 12543657. OLE color: 12543657.

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

Color convert

RGB 169 102 191 -
CMYK 0.12 0.47 0 0.25
HSL 285.17º 0.41% 0.57% -
HSV(B) 285.17º 0.47% 0.75% -
XYZ 30.52 21.7 51.87 -
YUV 132.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 169 102 191 0.12 0.47 0 0.25 285.17 0.41 0.57
Hex A9 66 BF C 2F 0 19 11D 29 39
Octal 251 146 277 14 57 0 31 435 51 71
Binary 10101001 1100110 10111111 1100 101111 0 11001 100011101 101001 111001

Color Harmonies of #A966BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966BF

Black with #A966BF

Text Example


Text Example

White with #A966BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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