#A2589B

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

Shades of Violet Blue #A2589B

Tints of Violet Blue #A2589B

Color information

#A2589B (or 0xA2589B) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and 9B. RGB value is (162,88,155). Sum of RGB (Red+Green+Blue) = 162+88+155=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2589B is #5DA764. Grayscale: #757575. Windows color (decimal): -6137701 or 10180770. OLE color: 10180770.

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

Color convert

RGB16288155-
CMYK00.460.040.36
HSL305.68º29.6%49.02%-
HSV(B)305.68º45.68%63.53%-
XYZ24.3117.0333.02-
YUV117.76149.02159.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=40%
G=21.73%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628815500.460.040.36305.6829.649.02
HexA2589B02E4241321e31
Octal2421302330564444623661
Binary10100010101100010011011010111010010010010011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2589B; }

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

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

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

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

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

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

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

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