#A9589E

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

Shades of Violet Blue #A9589E

Tints of Violet Blue #A9589E

Color information

#A9589E (or 0xA9589E) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and 9E. RGB value is (169,88,158). Sum of RGB (Red+Green+Blue) = 169+88+158=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9589E is #56A761. Grayscale: #777777. Windows color (decimal): -5678946 or 10377385. OLE color: 10377385.

HSL color Cylindrical-coordinate representation of color #A9589E: hue angle of 308.15º 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 #A9589E is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16988158-
CMYK00.480.070.34
HSL308.15º32.02%50.39%-
HSV(B)308.15º47.93%66.27%-
XYZ26.0217.8834.43-
YUV120.2149.34162.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=40.72%
G=21.20%
B=38.07%

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
Decimal1698815800.480.070.34308.1532.0250.39
HexA9589E0307221342032
Octal2511302360607424644062
Binary101010011011000100111100110000111100010100110100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9589E; }

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

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

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

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

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

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

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

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