Html Css Color HEX #A964B9 Deep Lilac

📋 copy color: '#A964B9'

red 169 ◦ green 100 ◦ blue 185

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

Shades of Deep Lilac #A964B9

Tints of Deep Lilac #A964B9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 37.22%
G = 22.03%
B = 40.75%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A964B9 (or 0xA964B9) is known color: Deep Lilac. HEX triplet: A9, 64 and B9. RGB value is (169,100,185). Sum of RGB (Red+Green+Blue) = 169+100+185=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #A964B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964B9 is #569B46. Grayscale: #828282. Windows color (decimal): -5675847 or 12149929. OLE color: 12149929.

HSL color Cylindrical-coordinate representation of color #A964B9: hue angle of 288.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A964B9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 100 185 -
CMYK 0.09 0.46 0 0.27
HSL 288.71º 0.38% 0.56% -
HSV(B) 288.71º 0.46% 0.73% -
XYZ 29.68 21.05 48.4 -
YUV 130.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 169 100 185 0.09 0.46 0 0.27 288.71 0.38 0.56
Hex A9 64 B9 9 2E 0 1B 121 26 38
Octal 251 144 271 11 56 0 33 441 46 70
Binary 10101001 1100100 10111001 1001 101110 0 11011 100100001 100110 111000

Color Harmonies of #A964B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964B9

Black with #A964B9

Text Example


Text Example

White with #A964B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964B9; }

 p { color: rgb(169,100,185); }

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

background-color css

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

 a { background-color: rgb(169,100,185); }

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

border-color css

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

 span { border-color: rgb(169,100,185); }

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