#A352C1

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

Shades of Deep Lilac #A352C1

Tints of Deep Lilac #A352C1

Color information

#A352C1 (or 0xA352C1) is unknown color: approx Deep Lilac. HEX triplet: A3, 52 and C1. RGB value is (163,82,193). Sum of RGB (Red+Green+Blue) = 163+82+193=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #A352C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352C1 is #5CAD3E. Grayscale: #767676. Windows color (decimal): -6073663 or 12669603. OLE color: 12669603.

HSL color Cylindrical-coordinate representation of color #A352C1: hue angle of 283.78º degrees, saturation: 0.47, 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 #A352C1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16382193-
CMYK0.160.5800.24
HSL283.78º47.23%53.92%-
HSV(B)283.78º57.51%75.69%-
XYZ27.7517.6752.4-
YUV118.87169.84159.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=37.21%
G=18.72%
B=44.06%

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
Decimal163821930.160.5800.24283.7847.2353.92
HexA352C1103A01811c2f36
Octal24312230120720304345766
Binary1010001110100101100000110000111010011000100011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352C1; }

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

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

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

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

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

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

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

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