#A352A0

Color #A352A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A352A0

Tints of Violet Blue #A352A0

Color information

#A352A0 (or 0xA352A0) is unknown color: approx Violet Blue. HEX triplet: A3, 52 and A0. RGB value is (163,82,160). Sum of RGB (Red+Green+Blue) = 163+82+160=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A352A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352A0 is #5CAD5F. Grayscale: #727272. Windows color (decimal): -6073696 or 10506915. OLE color: 10506915.

HSL color Cylindrical-coordinate representation of color #A352A0: hue angle of 302.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A352A0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16382160-
CMYK00.500.020.36
HSL302.22º33.06%48.04%-
HSV(B)302.22º49.69%63.92%-
XYZ24.4716.3635.13-
YUV115.11153.34162.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=40.25%
G=20.25%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638216000.500.020.36302.2233.0648.04
HexA352A003222412e2130
Octal2431222400622444564160
Binary10100011101001010100000011001010100100100101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352A0; }

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

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

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

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

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

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

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

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