#A352C2

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

Shades of Deep Lilac #A352C2

Tints of Deep Lilac #A352C2

Color information

#A352C2 (or 0xA352C2) is unknown color: approx Deep Lilac. HEX triplet: A3, 52 and C2. RGB value is (163,82,194). Sum of RGB (Red+Green+Blue) = 163+82+194=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #A352C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352C2 is #5CAD3D. Grayscale: #767676. Windows color (decimal): -6073662 or 12735139. OLE color: 12735139.

HSL color Cylindrical-coordinate representation of color #A352C2: hue angle of 283.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A352C2 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16382194-
CMYK0.160.5800.24
HSL283.39º47.86%54.12%-
HSV(B)283.39º57.73%76.08%-
XYZ27.8617.7252.99-
YUV118.99170.34159.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 194 (76.17% from 255) = 44.19%
R=37.13%
G=18.68%
B=44.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163821940.160.5800.24283.3947.8654.12
HexA352C2103A01811b3036
Octal24312230220720304336066
Binary1010001110100101100001010000111010011000100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352C2; }

 p { color: rgb(163,82,194); }

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

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

 a { background-color: rgb(163,82,194); }

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

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

 span { border-color: rgb(163,82,194); }

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