Shades of Violet Blue #AF589A
Tints of Violet Blue #AF589A
RGB
CMYK
RGB Variations
Color information
#AF589A (or 0xAF589A) is known color: Violet Blue. HEX triplet: AF, 58 and 9A. RGB value is (175,88,154). Sum of RGB (Red+Green+Blue) = 175+88+154=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF589A is #50A765. Grayscale: #797979. Windows color (decimal): -5285734 or 10115247. OLE color: 10115247.
HSL color Cylindrical-coordinate representation of color #AF589A: hue angle of 314.48º 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 #AF589A is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 154 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.31 |
| HSL | 314.48º | 0.35% | 0.52% | - |
| HSV(B) | 314.48º | 0.5% | 0.69% | - |
| XYZ | 27 | 18.43 | 32.71 | - |
| YUV | 121.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 154 | 0 | 0.50 | 0.12 | 0.31 | 314.48 | 0.35 | 0.52 |
| Hex | AF | 58 | 9A | 0 | 32 | C | 1F | 13A | 23 | 34 |
| Octal | 257 | 130 | 232 | 0 | 62 | 14 | 37 | 472 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10011010 | 0 | 110010 | 1100 | 11111 | 100111010 | 100011 | 110100 |
Color Harmonies of #AF589A
Complementary color
Monochromatic Colors of #AF589A
Black with #AF589A
Text Example
Text Example
White with #AF589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF589A; }
p { color: rgb(175,88,154); }
H1.HeaderClassName
{
color: #AF589A;
}
.AnyTagClassName
{
color: #AF589A;
}
</style>
background-color css
<style>
a { background-color: #AF589A; }
a { background-color: rgb(175,88,154); }
div.DivClassName
{
background-color: #AF589A;
}
.BgClassName
{
background-color: #AF589A;
}
</style>
border-color css
<style>
span { border-color: #AF589A; }
span { border-color: rgb(175,88,154); }
td.TdClassName
{
border-color: #AF589A;
}
.TagClassName
{
border-color: #AF589A;
}
</style>