Shades of Violet Blue #AF559D
Tints of Violet Blue #AF559D
RGB
CMYK
RGB Variations
Color information
#AF559D (or 0xAF559D) is known color: Violet Blue. HEX triplet: AF, 55 and 9D. RGB value is (175,85,157). Sum of RGB (Red+Green+Blue) = 175+85+157=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559D is #50AA62. Grayscale: #777777. Windows color (decimal): -5286499 or 10311087. OLE color: 10311087.
HSL color Cylindrical-coordinate representation of color #AF559D: hue angle of 312º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF559D is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 157 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.31 |
| HSL | 312º | 0.36% | 0.51% | - |
| HSV(B) | 312º | 0.51% | 0.69% | - |
| XYZ | 27.01 | 18.05 | 33.96 | - |
| YUV | 120.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 157 | 0 | 0.51 | 0.10 | 0.31 | 312 | 0.36 | 0.51 |
| Hex | AF | 55 | 9D | 0 | 33 | A | 1F | 138 | 24 | 33 |
| Octal | 257 | 125 | 235 | 0 | 63 | 12 | 37 | 470 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10011101 | 0 | 110011 | 1010 | 11111 | 100111000 | 100100 | 110011 |
Color Harmonies of #AF559D
Complementary color
Monochromatic Colors of #AF559D
Black with #AF559D
Text Example
Text Example
White with #AF559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF559D; }
p { color: rgb(175,85,157); }
H1.HeaderClassName
{
color: #AF559D;
}
.AnyTagClassName
{
color: #AF559D;
}
</style>
background-color css
<style>
a { background-color: #AF559D; }
a { background-color: rgb(175,85,157); }
div.DivClassName
{
background-color: #AF559D;
}
.BgClassName
{
background-color: #AF559D;
}
</style>
border-color css
<style>
span { border-color: #AF559D; }
span { border-color: rgb(175,85,157); }
td.TdClassName
{
border-color: #AF559D;
}
.TagClassName
{
border-color: #AF559D;
}
</style>