#A162C1

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

Shades of Deep Lilac #A162C1

Tints of Deep Lilac #A162C1

Color information

#A162C1 (or 0xA162C1) is unknown color: approx Deep Lilac. HEX triplet: A1, 62 and C1. RGB value is (161,98,193). Sum of RGB (Red+Green+Blue) = 161+98+193=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #A162C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162C1 is #5E9D3E. Grayscale: #7F7F7F. Windows color (decimal): -6200639 or 12673697. OLE color: 12673697.

HSL color Cylindrical-coordinate representation of color #A162C1: hue angle of 279.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A162C1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16198193-
CMYK0.170.4900.24
HSL279.79º43.38%57.06%-
HSV(B)279.79º49.22%75.69%-
XYZ28.6920.1652.83-
YUV127.67164.87151.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=35.62%
G=21.68%
B=42.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161981930.170.4900.24279.7943.3857.06
HexA162C111310181182b39
Octal24114230121610304305371
Binary1010000111000101100000110001110001011000100011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162C1; }

 p { color: rgb(161,98,193); }

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

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

 a { background-color: rgb(161,98,193); }

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

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

 span { border-color: rgb(161,98,193); }

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