#A362BF

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

Shades of Deep Lilac #A362BF

Tints of Deep Lilac #A362BF

Color information

#A362BF (or 0xA362BF) is unknown color: approx Deep Lilac. HEX triplet: A3, 62 and BF. RGB value is (163,98,191). Sum of RGB (Red+Green+Blue) = 163+98+191=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A362BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362BF is #5C9D40. Grayscale: #7F7F7F. Windows color (decimal): -6069569 or 12542627. OLE color: 12542627.

HSL color Cylindrical-coordinate representation of color #A362BF: hue angle of 281.94º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A362BF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16398191-
CMYK0.150.4900.25
HSL281.94º42.08%56.67%-
HSV(B)281.94º48.69%74.9%-
XYZ28.8820.2851.68-
YUV128.04163.53152.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 191 (75% from 255) = 42.26%
R=36.06%
G=21.68%
B=42.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163981910.150.4900.25281.9442.0856.67
HexA362BFF3101911a2a39
Octal24314227717610314325271
Binary101000111100010101111111111110001011001100011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362BF; }

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

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

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

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

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

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

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

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