#A242AE

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

Shades of Deep Lilac #A242AE

Tints of Deep Lilac #A242AE

Color information

#A242AE (or 0xA242AE) is unknown color: approx Deep Lilac. HEX triplet: A2, 42 and AE. RGB value is (162,66,174). Sum of RGB (Red+Green+Blue) = 162+66+174=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #A242AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A242AE is #5DBD51. Grayscale: #6A6A6A. Windows color (decimal): -6143314 or 11420322. OLE color: 11420322.

HSL color Cylindrical-coordinate representation of color #A242AE: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A242AE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16266174-
CMYK0.070.6200.32
HSL293.33º45%47.06%-
HSV(B)293.33º62.07%68.24%-
XYZ24.4914.6341.58-
YUV107.02165.8167.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=40.30%
G=16.42%
B=43.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162661740.070.6200.32293.334547.06
HexA242AE73E0201252d2f
Octal2421022567760404455557
Binary101000101000010101011101111111100100000100100101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A242AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A242AE; }

 p { color: rgb(162,66,174); }

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

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

 a { background-color: rgb(162,66,174); }

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

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

 span { border-color: rgb(162,66,174); }

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