#A964BE

Color #A964BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A964BE

Tints of Deep Lilac #A964BE

Color information

#A964BE (or 0xA964BE) is unknown color: approx Deep Lilac. HEX triplet: A9, 64 and BE. RGB value is (169,100,190). Sum of RGB (Red+Green+Blue) = 169+100+190=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A964BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BE is #569B41. Grayscale: #828282. Windows color (decimal): -5675842 or 12477609. OLE color: 12477609.

HSL color Cylindrical-coordinate representation of color #A964BE: hue angle of 286º 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 #A964BE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169100190-
CMYK0.110.4700.25
HSL286º40.91%56.86%-
HSV(B)286º47.37%74.51%-
XYZ30.2121.2751.23-
YUV130.89161.36155.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=36.82%
G=21.79%
B=41.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691001900.110.4700.2528640.9156.86
HexA964BEB2F01911e2939
Octal25114427613570314365171
Binary101010011100100101111101011101111011001100011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964BE; }

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

 H1.HeaderClassName
 {
   color: #A964BE;
 }
 .AnyTagClassName
 {
   color: #A964BE;
 }
</style>
background-color css

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

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

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

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

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

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