Html Css Color HEX #A964BB Deep Lilac

📋 copy color: '#A964BB'

red 169 ◦ green 100 ◦ blue 187

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

Shades of Deep Lilac #A964BB

Tints of Deep Lilac #A964BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 37.06%
G = 21.93%
B = 41.01%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A964BB (or 0xA964BB) is known color: Deep Lilac. HEX triplet: A9, 64 and BB. RGB value is (169,100,187). Sum of RGB (Red+Green+Blue) = 169+100+187=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A964BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BB is #569B44. Grayscale: #828282. Windows color (decimal): -5675845 or 12281001. OLE color: 12281001.

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

Color convert

RGB 169 100 187 -
CMYK 0.10 0.47 0 0.27
HSL 287.59º 0.39% 0.56% -
HSV(B) 287.59º 0.47% 0.73% -
XYZ 29.89 21.14 49.52 -
YUV 130.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 169 100 187 0.10 0.47 0 0.27 287.59 0.39 0.56
Hex A9 64 BB A 2F 0 1B 120 27 38
Octal 251 144 273 12 57 0 33 440 47 70
Binary 10101001 1100100 10111011 1010 101111 0 11011 100100000 100111 111000

Color Harmonies of #A964BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964BB

Black with #A964BB

Text Example


Text Example

White with #A964BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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