Html Css Color HEX #A966BE Deep Lilac

📋 copy color: '#A966BE'

red 169 ◦ green 102 ◦ blue 190

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

Shades of Deep Lilac #A966BE

Tints of Deep Lilac #A966BE

RGB

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

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

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

R = 36.66%
G = 22.13%
B = 41.21%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A966BE (or 0xA966BE) is known color: Deep Lilac. HEX triplet: A9, 66 and BE. RGB value is (169,102,190). Sum of RGB (Red+Green+Blue) = 169+102+190=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A966BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966BE is #569941. Grayscale: #838383. Windows color (decimal): -5675330 or 12478121. OLE color: 12478121.

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

Color convert

RGB 169 102 190 -
CMYK 0.11 0.46 0 0.25
HSL 285.68º 0.4% 0.57% -
HSV(B) 285.68º 0.46% 0.75% -
XYZ 30.41 21.66 51.29 -
YUV 132.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 169 102 190 0.11 0.46 0 0.25 285.68 0.4 0.57
Hex A9 66 BE B 2E 0 19 11E 28 39
Octal 251 146 276 13 56 0 31 436 50 71
Binary 10101001 1100110 10111110 1011 101110 0 11001 100011110 101000 111001

Color Harmonies of #A966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966BE

Black with #A966BE

Text Example


Text Example

White with #A966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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