#A240BB

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

Shades of Deep Lilac #A240BB

Tints of Deep Lilac #A240BB

Color information

#A240BB (or 0xA240BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 40 and BB. RGB value is (162,64,187). Sum of RGB (Red+Green+Blue) = 162+64+187=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A240BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BB is #5DBF44. Grayscale: #6A6A6A. Windows color (decimal): -6143813 or 12271778. OLE color: 12271778.

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

Color convert

RGB16264187-
CMYK0.130.6600.27
HSL287.8º49%49.22%-
HSV(B)287.8º65.78%73.33%-
XYZ25.714.9448.54-
YUV107.32172.97167-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=39.23%
G=15.50%
B=45.28%

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
Decimal162641870.130.6600.27287.84949.22
HexA240BBD4201B1203131
Octal242100273151020334406161
Binary1010001010000001011101111011000010011011100100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240BB; }

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

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

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

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

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

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

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

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