Shades of Violet Blue #AF559C
Tints of Violet Blue #AF559C
RGB
CMYK
RGB Variations
Color information
#AF559C (or 0xAF559C) is known color: Violet Blue. HEX triplet: AF, 55 and 9C. RGB value is (175,85,156). Sum of RGB (Red+Green+Blue) = 175+85+156=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559C is #50AA63. Grayscale: #777777. Windows color (decimal): -5286500 or 10245551. OLE color: 10245551.
HSL color Cylindrical-coordinate representation of color #AF559C: hue angle of 312.67º 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 #AF559C is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 156 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.31 |
| HSL | 312.67º | 0.36% | 0.51% | - |
| HSV(B) | 312.67º | 0.51% | 0.69% | - |
| XYZ | 26.93 | 18.01 | 33.51 | - |
| YUV | 120 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 156 | 0 | 0.51 | 0.11 | 0.31 | 312.67 | 0.36 | 0.51 |
| Hex | AF | 55 | 9C | 0 | 33 | B | 1F | 139 | 24 | 33 |
| Octal | 257 | 125 | 234 | 0 | 63 | 13 | 37 | 471 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10011100 | 0 | 110011 | 1011 | 11111 | 100111001 | 100100 | 110011 |
Color Harmonies of #AF559C
Complementary color
Monochromatic Colors of #AF559C
Black with #AF559C
Text Example
Text Example
White with #AF559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF559C; }
p { color: rgb(175,85,156); }
H1.HeaderClassName
{
color: #AF559C;
}
.AnyTagClassName
{
color: #AF559C;
}
</style>
background-color css
<style>
a { background-color: #AF559C; }
a { background-color: rgb(175,85,156); }
div.DivClassName
{
background-color: #AF559C;
}
.BgClassName
{
background-color: #AF559C;
}
</style>
border-color css
<style>
span { border-color: #AF559C; }
span { border-color: rgb(175,85,156); }
td.TdClassName
{
border-color: #AF559C;
}
.TagClassName
{
border-color: #AF559C;
}
</style>