Shades of Violet Blue #AF57AD
Tints of Violet Blue #AF57AD
RGB
CMYK
RGB Variations
Color information
#AF57AD (or 0xAF57AD) is known color: Violet Blue. HEX triplet: AF, 57 and AD. RGB value is (175,87,173). Sum of RGB (Red+Green+Blue) = 175+87+173=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AD is #50A852. Grayscale: #7A7A7A. Windows color (decimal): -5285971 or 11360175. OLE color: 11360175.
HSL color Cylindrical-coordinate representation of color #AF57AD: hue angle of 301.36º 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 #AF57AD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 173 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.31 |
| HSL | 301.36º | 0.35% | 0.51% | - |
| HSV(B) | 301.36º | 0.5% | 0.69% | - |
| XYZ | 28.63 | 18.95 | 41.68 | - |
| YUV | 123.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 173 | 0 | 0.50 | 0.01 | 0.31 | 301.36 | 0.35 | 0.51 |
| Hex | AF | 57 | AD | 0 | 32 | 1 | 1F | 12D | 23 | 33 |
| Octal | 257 | 127 | 255 | 0 | 62 | 1 | 37 | 455 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10101101 | 0 | 110010 | 1 | 11111 | 100101101 | 100011 | 110011 |
Color Harmonies of #AF57AD
Complementary color
Monochromatic Colors of #AF57AD
Black with #AF57AD
Text Example
Text Example
White with #AF57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57AD; }
p { color: rgb(175,87,173); }
H1.HeaderClassName
{
color: #AF57AD;
}
.AnyTagClassName
{
color: #AF57AD;
}
</style>
background-color css
<style>
a { background-color: #AF57AD; }
a { background-color: rgb(175,87,173); }
div.DivClassName
{
background-color: #AF57AD;
}
.BgClassName
{
background-color: #AF57AD;
}
</style>
border-color css
<style>
span { border-color: #AF57AD; }
span { border-color: rgb(175,87,173); }
td.TdClassName
{
border-color: #AF57AD;
}
.TagClassName
{
border-color: #AF57AD;
}
</style>