Shades of Violet Blue #AF559A
Tints of Violet Blue #AF559A
RGB
CMYK
RGB Variations
Color information
#AF559A (or 0xAF559A) is known color: Violet Blue. HEX triplet: AF, 55 and 9A. RGB value is (175,85,154). Sum of RGB (Red+Green+Blue) = 175+85+154=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559A is #50AA65. Grayscale: #777777. Windows color (decimal): -5286502 or 10114479. OLE color: 10114479.
HSL color Cylindrical-coordinate representation of color #AF559A: hue angle of 314º 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 #AF559A is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 154 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.31 |
| HSL | 314º | 0.36% | 0.51% | - |
| HSV(B) | 314º | 0.51% | 0.69% | - |
| XYZ | 26.76 | 17.94 | 32.62 | - |
| YUV | 119.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 154 | 0 | 0.51 | 0.12 | 0.31 | 314 | 0.36 | 0.51 |
| Hex | AF | 55 | 9A | 0 | 33 | C | 1F | 13A | 24 | 33 |
| Octal | 257 | 125 | 232 | 0 | 63 | 14 | 37 | 472 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10011010 | 0 | 110011 | 1100 | 11111 | 100111010 | 100100 | 110011 |
Color Harmonies of #AF559A
Complementary color
Monochromatic Colors of #AF559A
Black with #AF559A
Text Example
Text Example
White with #AF559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF559A; }
p { color: rgb(175,85,154); }
H1.HeaderClassName
{
color: #AF559A;
}
.AnyTagClassName
{
color: #AF559A;
}
</style>
background-color css
<style>
a { background-color: #AF559A; }
a { background-color: rgb(175,85,154); }
div.DivClassName
{
background-color: #AF559A;
}
.BgClassName
{
background-color: #AF559A;
}
</style>
border-color css
<style>
span { border-color: #AF559A; }
span { border-color: rgb(175,85,154); }
td.TdClassName
{
border-color: #AF559A;
}
.TagClassName
{
border-color: #AF559A;
}
</style>