Shades of Violet Blue #AF589D
Tints of Violet Blue #AF589D
RGB
CMYK
RGB Variations
Color information
#AF589D (or 0xAF589D) is known color: Violet Blue. HEX triplet: AF, 58 and 9D. RGB value is (175,88,157). Sum of RGB (Red+Green+Blue) = 175+88+157=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF589D is #50A762. Grayscale: #797979. Windows color (decimal): -5285731 or 10311855. OLE color: 10311855.
HSL color Cylindrical-coordinate representation of color #AF589D: hue angle of 312.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF589D is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 157 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.31 |
| HSL | 312.41º | 0.35% | 0.52% | - |
| HSV(B) | 312.41º | 0.5% | 0.69% | - |
| XYZ | 27.25 | 18.53 | 34.04 | - |
| YUV | 121.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 157 | 0 | 0.50 | 0.10 | 0.31 | 312.41 | 0.35 | 0.52 |
| Hex | AF | 58 | 9D | 0 | 32 | A | 1F | 138 | 23 | 34 |
| Octal | 257 | 130 | 235 | 0 | 62 | 12 | 37 | 470 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10011101 | 0 | 110010 | 1010 | 11111 | 100111000 | 100011 | 110100 |
Color Harmonies of #AF589D
Complementary color
Monochromatic Colors of #AF589D
Black with #AF589D
Text Example
Text Example
White with #AF589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF589D; }
p { color: rgb(175,88,157); }
H1.HeaderClassName
{
color: #AF589D;
}
.AnyTagClassName
{
color: #AF589D;
}
</style>
background-color css
<style>
a { background-color: #AF589D; }
a { background-color: rgb(175,88,157); }
div.DivClassName
{
background-color: #AF589D;
}
.BgClassName
{
background-color: #AF589D;
}
</style>
border-color css
<style>
span { border-color: #AF589D; }
span { border-color: rgb(175,88,157); }
td.TdClassName
{
border-color: #AF589D;
}
.TagClassName
{
border-color: #AF589D;
}
</style>