#A8589D

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

Shades of Violet Blue #A8589D

Tints of Violet Blue #A8589D

Color information

#A8589D (or 0xA8589D) is unknown color: approx Violet Blue. HEX triplet: A8, 58 and 9D. RGB value is (168,88,157). Sum of RGB (Red+Green+Blue) = 168+88+157=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8589D is #57A762. Grayscale: #777777. Windows color (decimal): -5744483 or 10311848. OLE color: 10311848.

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

Color convert

RGB16888157-
CMYK00.480.070.34
HSL308.25º31.5%50.2%-
HSV(B)308.25º47.62%65.88%-
XYZ25.7217.7433.97-
YUV119.79149162.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=40.68%
G=21.31%
B=38.01%

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
Decimal1688815700.480.070.34308.2531.550.2
HexA8589D0307221341f32
Octal2501302350607424643762
Binary10101000101100010011101011000011110001010011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8589D; }

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

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

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

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

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

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

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

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