#A9589D

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

Shades of Violet Blue #A9589D

Tints of Violet Blue #A9589D

Color information

#A9589D (or 0xA9589D) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and 9D. RGB value is (169,88,157). Sum of RGB (Red+Green+Blue) = 169+88+157=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9589D is #56A762. Grayscale: #777777. Windows color (decimal): -5678947 or 10311849. OLE color: 10311849.

HSL color Cylindrical-coordinate representation of color #A9589D: hue angle of 308.89º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9589D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16988157-
CMYK00.480.070.34
HSL308.89º32.02%50.39%-
HSV(B)308.89º47.93%66.27%-
XYZ25.9417.8533.98-
YUV120.08148.84162.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=40.82%
G=21.26%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698815700.480.070.34308.8932.0250.39
HexA9589D0307221352032
Octal2511302350607424654062
Binary101010011011000100111010110000111100010100110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9589D; }

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

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

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

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

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

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

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

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