#A352A2

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

Shades of Violet Blue #A352A2

Tints of Violet Blue #A352A2

Color information

#A352A2 (or 0xA352A2) is unknown color: approx Violet Blue. HEX triplet: A3, 52 and A2. RGB value is (163,82,162). Sum of RGB (Red+Green+Blue) = 163+82+162=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A352A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352A2 is #5CAD5D. Grayscale: #737373. Windows color (decimal): -6073694 or 10637987. OLE color: 10637987.

HSL color Cylindrical-coordinate representation of color #A352A2: hue angle of 300.74º 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 #A352A2 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16382162-
CMYK00.500.010.36
HSL300.74º33.06%48.04%-
HSV(B)300.74º49.69%63.92%-
XYZ24.6416.4336.05-
YUV115.34154.34162-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=40.05%
G=20.15%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638216200.500.010.36300.7433.0648.04
HexA352A203212412d2130
Octal2431222420621444554160
Binary1010001110100101010001001100101100100100101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352A2; }

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

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

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

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

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

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

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

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