Shades of Violet Blue #AF589B
Tints of Violet Blue #AF589B
RGB
CMYK
RGB Variations
Color information
#AF589B (or 0xAF589B) is known color: Violet Blue. HEX triplet: AF, 58 and 9B. RGB value is (175,88,155). Sum of RGB (Red+Green+Blue) = 175+88+155=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF589B is #50A764. Grayscale: #797979. Windows color (decimal): -5285733 or 10180783. OLE color: 10180783.
HSL color Cylindrical-coordinate representation of color #AF589B: hue angle of 313.79º 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 #AF589B is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 155 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.31 |
| HSL | 313.79º | 0.35% | 0.52% | - |
| HSV(B) | 313.79º | 0.5% | 0.69% | - |
| XYZ | 27.09 | 18.46 | 33.15 | - |
| YUV | 121.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 155 | 0 | 0.50 | 0.11 | 0.31 | 313.79 | 0.35 | 0.52 |
| Hex | AF | 58 | 9B | 0 | 32 | B | 1F | 13A | 23 | 34 |
| Octal | 257 | 130 | 233 | 0 | 62 | 13 | 37 | 472 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10011011 | 0 | 110010 | 1011 | 11111 | 100111010 | 100011 | 110100 |
Color Harmonies of #AF589B
Complementary color
Monochromatic Colors of #AF589B
Black with #AF589B
Text Example
Text Example
White with #AF589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF589B; }
p { color: rgb(175,88,155); }
H1.HeaderClassName
{
color: #AF589B;
}
.AnyTagClassName
{
color: #AF589B;
}
</style>
background-color css
<style>
a { background-color: #AF589B; }
a { background-color: rgb(175,88,155); }
div.DivClassName
{
background-color: #AF589B;
}
.BgClassName
{
background-color: #AF589B;
}
</style>
border-color css
<style>
span { border-color: #AF589B; }
span { border-color: rgb(175,88,155); }
td.TdClassName
{
border-color: #AF589B;
}
.TagClassName
{
border-color: #AF589B;
}
</style>