Html Css Color HEX #A966BD Deep Lilac

📋 copy color: '#A966BD'

red 169 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A966BD

Tints of Deep Lilac #A966BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 36.74%
G = 22.17%
B = 41.09%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A966BD (or 0xA966BD) is known color: Deep Lilac. HEX triplet: A9, 66 and BD. RGB value is (169,102,189). Sum of RGB (Red+Green+Blue) = 169+102+189=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A966BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966BD is #569942. Grayscale: #838383. Windows color (decimal): -5675331 or 12412585. OLE color: 12412585.

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

Color convert

RGB 169 102 189 -
CMYK 0.11 0.46 0 0.26
HSL 286.21º 0.4% 0.57% -
HSV(B) 286.21º 0.46% 0.74% -
XYZ 30.3 21.61 50.72 -
YUV 131.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 169 102 189 0.11 0.46 0 0.26 286.21 0.4 0.57
Hex A9 66 BD B 2E 0 1A 11E 28 39
Octal 251 146 275 13 56 0 32 436 50 71
Binary 10101001 1100110 10111101 1011 101110 0 11010 100011110 101000 111001

Color Harmonies of #A966BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966BD

Black with #A966BD

Text Example


Text Example

White with #A966BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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