#A352AF

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

Shades of Deep Lilac #A352AF

Tints of Deep Lilac #A352AF

Color information

#A352AF (or 0xA352AF) is unknown color: approx Deep Lilac. HEX triplet: A3, 52 and AF. RGB value is (163,82,175). Sum of RGB (Red+Green+Blue) = 163+82+175=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A352AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AF is #5CAD50. Grayscale: #747474. Windows color (decimal): -6073681 or 11489955. OLE color: 11489955.

HSL color Cylindrical-coordinate representation of color #A352AF: hue angle of 292.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A352AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16382175-
CMYK0.070.5300.31
HSL292.26º36.76%50.39%-
HSV(B)292.26º53.14%68.63%-
XYZ25.8616.9242.46-
YUV116.82160.84160.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=38.81%
G=19.52%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163821750.070.5300.31292.2636.7650.39
HexA352AF73501F1242532
Octal2431222577650374444562
Binary10100011101001010101111111110101011111100100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352AF; }

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

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

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

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

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

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

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

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