#A362C3

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

Shades of Deep Lilac #A362C3

Tints of Deep Lilac #A362C3

Color information

#A362C3 (or 0xA362C3) is unknown color: approx Deep Lilac. HEX triplet: A3, 62 and C3. RGB value is (163,98,195). Sum of RGB (Red+Green+Blue) = 163+98+195=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #A362C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362C3 is #5C9D3C. Grayscale: #808080. Windows color (decimal): -6069565 or 12804771. OLE color: 12804771.

HSL color Cylindrical-coordinate representation of color #A362C3: hue angle of 280.21º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A362C3 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16398195-
CMYK0.160.5000.24
HSL280.21º44.7%57.45%-
HSV(B)280.21º49.74%76.47%-
XYZ29.3220.4654.03-
YUV128.49165.53152.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=35.75%
G=21.49%
B=42.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163981950.160.5000.24280.2144.757.45
HexA362C310320181182d39
Octal24314230320620304305571
Binary1010001111000101100001110000110010011000100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362C3; }

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

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

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

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

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

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

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

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