#A2529E

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

Shades of Violet Blue #A2529E

Tints of Violet Blue #A2529E

Color information

#A2529E (or 0xA2529E) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 9E. RGB value is (162,82,158). Sum of RGB (Red+Green+Blue) = 162+82+158=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2529E is #5DAD61. Grayscale: #727272. Windows color (decimal): -6139234 or 10375842. OLE color: 10375842.

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

Color convert

RGB16282158-
CMYK00.490.020.36
HSL303º32.79%47.84%-
HSV(B)303º49.38%63.53%-
XYZ24.0916.1834.2-
YUV114.58152.5161.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=40.30%
G=20.40%
B=39.30%

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
Decimal1628215800.490.020.3630332.7947.84
HexA2529E03122412f2130
Octal2421222360612444574160
Binary10100010101001010011110011000110100100100101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2529E; }

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

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

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

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

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

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

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

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