#A2529B

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

Shades of Violet Blue #A2529B

Tints of Violet Blue #A2529B

Color information

#A2529B (or 0xA2529B) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 9B. RGB value is (162,82,155). Sum of RGB (Red+Green+Blue) = 162+82+155=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2529B is #5DAD64. Grayscale: #727272. Windows color (decimal): -6139237 or 10179234. OLE color: 10179234.

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

Color convert

RGB16282155-
CMYK00.490.040.36
HSL305.25º32.79%47.84%-
HSV(B)305.25º49.38%63.53%-
XYZ23.8316.0832.86-
YUV114.24151162.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=40.60%
G=20.55%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628215500.490.040.36305.2532.7947.84
HexA2529B0314241312130
Octal2421222330614444614160
Binary101000101010010100110110110001100100100100110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2529B; }

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

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

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

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

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

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

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

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