#A241B2

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

Shades of Deep Lilac #A241B2

Tints of Deep Lilac #A241B2

Color information

#A241B2 (or 0xA241B2) is unknown color: approx Deep Lilac. HEX triplet: A2, 41 and B2. RGB value is (162,65,178). Sum of RGB (Red+Green+Blue) = 162+65+178=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #A241B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A241B2 is #5DBE4D. Grayscale: #6A6A6A. Windows color (decimal): -6143566 or 11682210. OLE color: 11682210.

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

Color convert

RGB16265178-
CMYK0.090.6300.30
HSL291.5º46.5%47.65%-
HSV(B)291.5º63.48%69.8%-
XYZ24.8314.6843.64-
YUV106.88168.14167.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=40%
G=16.05%
B=43.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162651780.090.6300.30291.546.547.65
HexA241B293F01E1242f30
Octal24210126211770364445760
Binary101000101000001101100101001111111011110100100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241B2; }

 p { color: rgb(162,65,178); }

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

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

 a { background-color: rgb(162,65,178); }

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

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

 span { border-color: rgb(162,65,178); }

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