#A2529D

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

Shades of Violet Blue #A2529D

Tints of Violet Blue #A2529D

Color information

#A2529D (or 0xA2529D) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 9D. RGB value is (162,82,157). Sum of RGB (Red+Green+Blue) = 162+82+157=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2529D is #5DAD62. Grayscale: #727272. Windows color (decimal): -6139235 or 10310306. OLE color: 10310306.

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

Color convert

RGB16282157-
CMYK00.490.030.36
HSL303.75º32.79%47.84%-
HSV(B)303.75º49.38%63.53%-
XYZ2416.1533.75-
YUV114.47152161.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=40.40%
G=20.45%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628215700.490.030.36303.7532.7947.84
HexA2529D0313241302130
Octal2421222350613444604160
Binary10100010101001010011101011000111100100100110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2529D; }

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

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

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

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

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

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

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

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