#A240BA

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

Shades of Deep Lilac #A240BA

Tints of Deep Lilac #A240BA

Color information

#A240BA (or 0xA240BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 40 and BA. RGB value is (162,64,186). Sum of RGB (Red+Green+Blue) = 162+64+186=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A240BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BA is #5DBF45. Grayscale: #6A6A6A. Windows color (decimal): -6143814 or 12206242. OLE color: 12206242.

HSL color Cylindrical-coordinate representation of color #A240BA: hue angle of 288.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A240BA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16264186-
CMYK0.130.6600.27
HSL288.2º48.8%49.02%-
HSV(B)288.2º65.59%72.94%-
XYZ25.614.8947.98-
YUV107.21172.47167.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=39.32%
G=15.53%
B=45.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162641860.130.6600.27288.248.849.02
HexA240BAD4201B1203131
Octal242100272151020334406161
Binary1010001010000001011101011011000010011011100100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240BA; }

 p { color: rgb(162,64,186); }

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

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

 a { background-color: rgb(162,64,186); }

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

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

 span { border-color: rgb(162,64,186); }

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