#A259C1

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

Shades of Deep Lilac #A259C1

Tints of Deep Lilac #A259C1

Color information

#A259C1 (or 0xA259C1) is unknown color: approx Deep Lilac. HEX triplet: A2, 59 and C1. RGB value is (162,89,193). Sum of RGB (Red+Green+Blue) = 162+89+193=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #A259C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259C1 is #5DA63E. Grayscale: #7A7A7A. Windows color (decimal): -6137407 or 12671394. OLE color: 12671394.

HSL color Cylindrical-coordinate representation of color #A259C1: hue angle of 282.12º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A259C1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16289193-
CMYK0.160.5400.24
HSL282.12º45.61%55.29%-
HSV(B)282.12º53.89%75.69%-
XYZ28.118.6852.58-
YUV122.68167.68156.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=36.49%
G=20.05%
B=43.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162891930.160.5400.24282.1245.6155.29
HexA259C1103601811a2e37
Octal24213130120660304325667
Binary1010001010110011100000110000110110011000100011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259C1; }

 p { color: rgb(162,89,193); }

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

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

 a { background-color: rgb(162,89,193); }

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

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

 span { border-color: rgb(162,89,193); }

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