Shades of Violet Blue #AF56AD
Tints of Violet Blue #AF56AD
RGB
CMYK
RGB Variations
Color information
#AF56AD (or 0xAF56AD) is known color: Violet Blue. HEX triplet: AF, 56 and AD. RGB value is (175,86,173). Sum of RGB (Red+Green+Blue) = 175+86+173=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF56AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF56AD is #50A952. Grayscale: #7A7A7A. Windows color (decimal): -5286227 or 11359919. OLE color: 11359919.
HSL color Cylindrical-coordinate representation of color #AF56AD: hue angle of 301.35º 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 #AF56AD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 173 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.31 |
| HSL | 301.35º | 0.36% | 0.51% | - |
| HSV(B) | 301.35º | 0.51% | 0.69% | - |
| XYZ | 28.55 | 18.79 | 41.66 | - |
| YUV | 122.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 173 | 0 | 0.51 | 0.01 | 0.31 | 301.35 | 0.36 | 0.51 |
| Hex | AF | 56 | AD | 0 | 33 | 1 | 1F | 12D | 24 | 33 |
| Octal | 257 | 126 | 255 | 0 | 63 | 1 | 37 | 455 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10101101 | 0 | 110011 | 1 | 11111 | 100101101 | 100100 | 110011 |
Color Harmonies of #AF56AD
Complementary color
Monochromatic Colors of #AF56AD
Black with #AF56AD
Text Example
Text Example
White with #AF56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56AD; }
p { color: rgb(175,86,173); }
H1.HeaderClassName
{
color: #AF56AD;
}
.AnyTagClassName
{
color: #AF56AD;
}
</style>
background-color css
<style>
a { background-color: #AF56AD; }
a { background-color: rgb(175,86,173); }
div.DivClassName
{
background-color: #AF56AD;
}
.BgClassName
{
background-color: #AF56AD;
}
</style>
border-color css
<style>
span { border-color: #AF56AD; }
span { border-color: rgb(175,86,173); }
td.TdClassName
{
border-color: #AF56AD;
}
.TagClassName
{
border-color: #AF56AD;
}
</style>