#A362B9

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

Shades of Deep Lilac #A362B9

Tints of Deep Lilac #A362B9

Color information

#A362B9 (or 0xA362B9) is unknown color: approx Deep Lilac. HEX triplet: A3, 62 and B9. RGB value is (163,98,185). Sum of RGB (Red+Green+Blue) = 163+98+185=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A362B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362B9 is #5C9D46. Grayscale: #7F7F7F. Windows color (decimal): -6069575 or 12149411. OLE color: 12149411.

HSL color Cylindrical-coordinate representation of color #A362B9: hue angle of 284.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A362B9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16398185-
CMYK0.120.4700.27
HSL284.83º38.33%55.49%-
HSV(B)284.83º47.03%72.55%-
XYZ28.2320.0248.28-
YUV127.35160.53153.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=36.55%
G=21.97%
B=41.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163981850.120.4700.27284.8338.3355.49
HexA362B9C2F01B11d2637
Octal24314227114570334354667
Binary101000111100010101110011100101111011011100011101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362B9; }

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

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

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

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

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

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

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

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