#A240B3

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

Shades of Deep Lilac #A240B3

Tints of Deep Lilac #A240B3

Color information

#A240B3 (or 0xA240B3) is unknown color: approx Deep Lilac. HEX triplet: A2, 40 and B3. RGB value is (162,64,179). Sum of RGB (Red+Green+Blue) = 162+64+179=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #A240B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240B3 is #5DBF4C. Grayscale: #6A6A6A. Windows color (decimal): -6143821 or 11747490. OLE color: 11747490.

HSL color Cylindrical-coordinate representation of color #A240B3: hue angle of 291.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A240B3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16264179-
CMYK0.090.6400.30
HSL291.13º47.33%47.65%-
HSV(B)291.13º64.25%70.2%-
XYZ24.8714.644.16-
YUV106.41168.97167.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=40%
G=15.80%
B=44.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162641790.090.6400.30291.1347.3347.65
HexA240B394001E1232f30
Octal242100263111000364435760
Binary1010001010000001011001110011000000011110100100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240B3; }

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

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

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

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

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

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

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

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