#A1529F

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

Shades of Violet Blue #A1529F

Tints of Violet Blue #A1529F

Color information

#A1529F (or 0xA1529F) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 9F. RGB value is (161,82,159). Sum of RGB (Red+Green+Blue) = 161+82+159=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1529F is #5EAD60. Grayscale: #727272. Windows color (decimal): -6204769 or 10441377. OLE color: 10441377.

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

Color convert

RGB16182159-
CMYK00.490.010.37
HSL301.52º32.51%47.65%-
HSV(B)301.52º49.07%63.14%-
XYZ23.9716.1134.65-
YUV114.4153.17161.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=40.05%
G=20.40%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618215900.490.010.37301.5232.5147.65
HexA1529F03112512e2130
Octal2411222370611454564160
Binary1010000110100101001111101100011100101100101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1529F; }

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

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

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

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

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

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

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

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