#A2589F

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

Shades of Violet Blue #A2589F

Tints of Violet Blue #A2589F

Color information

#A2589F (or 0xA2589F) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and 9F. RGB value is (162,88,159). Sum of RGB (Red+Green+Blue) = 162+88+159=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2589F is #5DA760. Grayscale: #767676. Windows color (decimal): -6137697 or 10442914. OLE color: 10442914.

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

Color convert

RGB16288159-
CMYK00.460.020.36
HSL302.43º29.6%49.02%-
HSV(B)302.43º45.68%63.53%-
XYZ24.6517.1634.81-
YUV118.22151.02159.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=39.61%
G=21.52%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628815900.460.020.36302.4329.649.02
HexA2589F02E22412e1e31
Octal2421302370562444563661
Binary1010001010110001001111101011101010010010010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2589F; }

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

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

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

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

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

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

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

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