#A965BA

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

Shades of Deep Lilac #A965BA

Tints of Deep Lilac #A965BA

Color information

#A965BA (or 0xA965BA) is unknown color: approx Deep Lilac. HEX triplet: A9, 65 and BA. RGB value is (169,101,186). Sum of RGB (Red+Green+Blue) = 169+101+186=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A965BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965BA is #569A45. Grayscale: #828282. Windows color (decimal): -5675590 or 12215721. OLE color: 12215721.

HSL color Cylindrical-coordinate representation of color #A965BA: hue angle of 288º 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 #A965BA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169101186-
CMYK0.090.4600.27
HSL288º38.12%56.27%-
HSV(B)288º45.7%72.94%-
XYZ29.8821.2948.99-
YUV131.02159.03155.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=37.06%
G=22.15%
B=40.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691011860.090.4600.2728838.1256.27
HexA965BA92E01B1202638
Octal25114527211560334404670
Binary101010011100101101110101001101110011011100100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965BA; }

 p { color: rgb(169,101,186); }

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

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

 a { background-color: rgb(169,101,186); }

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

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

 span { border-color: rgb(169,101,186); }

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