#a5589f

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

Shades of Violet Blue #A5589F

Tints of Violet Blue #A5589F

Color information

#A5589F (or 0xA5589F) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and 9F. RGB value is (165,88,159). Sum of RGB (Red+Green+Blue) = 165+88+159=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5589F is #5AA760. Grayscale: #767676. Windows color (decimal): -5941089 or 10442917. OLE color: 10442917.

HSL color Cylindrical-coordinate representation of color #A5589F: hue angle of 304.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5589F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16588159-
CMYK00.470.040.35
HSL304.68º30.43%49.61%-
HSV(B)304.68º46.67%64.71%-
XYZ25.2617.4834.84-
YUV119.12150.51160.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=40.05%
G=21.36%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658815900.470.040.35304.6830.4349.61
HexA5589F02F4231311e32
Octal2451302370574434613662
Binary10100101101100010011111010111110010001110011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5589f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5589f; }

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

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

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

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

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

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

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

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