Shades of Violet Blue #AF579C
Tints of Violet Blue #AF579C
RGB
CMYK
RGB Variations
Color information
#AF579C (or 0xAF579C) is known color: Violet Blue. HEX triplet: AF, 57 and 9C. RGB value is (175,87,156). Sum of RGB (Red+Green+Blue) = 175+87+156=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF579C is #50A863. Grayscale: #787878. Windows color (decimal): -5285988 or 10246063. OLE color: 10246063.
HSL color Cylindrical-coordinate representation of color #AF579C: hue angle of 312.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF579C is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 156 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.31 |
| HSL | 312.95º | 0.35% | 0.51% | - |
| HSV(B) | 312.95º | 0.5% | 0.69% | - |
| XYZ | 27.09 | 18.33 | 33.56 | - |
| YUV | 121.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 156 | 0 | 0.50 | 0.11 | 0.31 | 312.95 | 0.35 | 0.51 |
| Hex | AF | 57 | 9C | 0 | 32 | B | 1F | 139 | 23 | 33 |
| Octal | 257 | 127 | 234 | 0 | 62 | 13 | 37 | 471 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10011100 | 0 | 110010 | 1011 | 11111 | 100111001 | 100011 | 110011 |
Color Harmonies of #AF579C
Complementary color
Monochromatic Colors of #AF579C
Black with #AF579C
Text Example
Text Example
White with #AF579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF579C; }
p { color: rgb(175,87,156); }
H1.HeaderClassName
{
color: #AF579C;
}
.AnyTagClassName
{
color: #AF579C;
}
</style>
background-color css
<style>
a { background-color: #AF579C; }
a { background-color: rgb(175,87,156); }
div.DivClassName
{
background-color: #AF579C;
}
.BgClassName
{
background-color: #AF579C;
}
</style>
border-color css
<style>
span { border-color: #AF579C; }
span { border-color: rgb(175,87,156); }
td.TdClassName
{
border-color: #AF579C;
}
.TagClassName
{
border-color: #AF579C;
}
</style>