#A2529F

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

Shades of Violet Blue #A2529F

Tints of Violet Blue #A2529F

Color information

#A2529F (or 0xA2529F) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 9F. RGB value is (162,82,159). Sum of RGB (Red+Green+Blue) = 162+82+159=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2529F is #5DAD60. Grayscale: #727272. Windows color (decimal): -6139233 or 10441378. OLE color: 10441378.

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

Color convert

RGB16282159-
CMYK00.490.020.36
HSL302.25º32.79%47.84%-
HSV(B)302.25º49.38%63.53%-
XYZ24.1816.2234.66-
YUV114.7153161.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=40.20%
G=20.35%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628215900.490.020.36302.2532.7947.84
HexA2529F03122412e2130
Octal2421222370612444564160
Binary10100010101001010011111011000110100100100101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2529F; }

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

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

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

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

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

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

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

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