#A5589D

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

Shades of Violet Blue #A5589D

Tints of Violet Blue #A5589D

Color information

#A5589D (or 0xA5589D) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and 9D. RGB value is (165,88,157). Sum of RGB (Red+Green+Blue) = 165+88+157=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5589D is #5AA762. Grayscale: #767676. Windows color (decimal): -5941091 or 10311845. OLE color: 10311845.

HSL color Cylindrical-coordinate representation of color #A5589D: hue angle of 306.23º 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 #A5589D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16588157-
CMYK00.470.050.35
HSL306.23º30.43%49.61%-
HSV(B)306.23º46.67%64.71%-
XYZ25.0917.4133.94-
YUV118.89149.51160.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=40.24%
G=21.46%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658815700.470.050.35306.2330.4349.61
HexA5589D02F5231321e32
Octal2451302350575434623662
Binary10100101101100010011101010111110110001110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5589D; }

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

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

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

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

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

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

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

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