#A362BE

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

Shades of Deep Lilac #A362BE

Tints of Deep Lilac #A362BE

Color information

#A362BE (or 0xA362BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 62 and BE. RGB value is (163,98,190). Sum of RGB (Red+Green+Blue) = 163+98+190=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A362BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362BE is #5C9D41. Grayscale: #7F7F7F. Windows color (decimal): -6069570 or 12477091. OLE color: 12477091.

HSL color Cylindrical-coordinate representation of color #A362BE: hue angle of 282.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A362BE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16398190-
CMYK0.140.4800.25
HSL282.39º41.44%56.47%-
HSV(B)282.39º48.42%74.51%-
XYZ28.7720.2451.11-
YUV127.92163.03153.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=36.14%
G=21.73%
B=42.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163981900.140.4800.25282.3941.4456.47
HexA362BEE3001911a2938
Octal24314227616600314325170
Binary101000111100010101111101110110000011001100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362BE; }

 p { color: rgb(163,98,190); }

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

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

 a { background-color: rgb(163,98,190); }

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

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

 span { border-color: rgb(163,98,190); }

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