Shades of Violet Blue #AF75AD
Tints of Violet Blue #AF75AD
RGB
CMYK
RGB Variations
Color information
#AF75AD (or 0xAF75AD) is known color: Violet Blue. HEX triplet: AF, 75 and AD. RGB value is (175,117,173). Sum of RGB (Red+Green+Blue) = 175+117+173=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AD is #508A52. Grayscale: #8C8C8C. Windows color (decimal): -5278291 or 11367855. OLE color: 11367855.
HSL color Cylindrical-coordinate representation of color #AF75AD: hue angle of 302.07º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF75AD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 173 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.31 |
| HSL | 302.07º | 0.27% | 0.57% | - |
| HSV(B) | 302.07º | 0.33% | 0.69% | - |
| XYZ | 31.58 | 24.85 | 42.67 | - |
| YUV | 140.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 173 | 0 | 0.33 | 0.01 | 0.31 | 302.07 | 0.27 | 0.57 |
| Hex | AF | 75 | AD | 0 | 21 | 1 | 1F | 12E | 1B | 39 |
| Octal | 257 | 165 | 255 | 0 | 41 | 1 | 37 | 456 | 33 | 71 |
| Binary | 10101111 | 1110101 | 10101101 | 0 | 100001 | 1 | 11111 | 100101110 | 11011 | 111001 |
Color Harmonies of #AF75AD
Complementary color
Monochromatic Colors of #AF75AD
Black with #AF75AD
Text Example
Text Example
White with #AF75AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75AD; }
p { color: rgb(175,117,173); }
H1.HeaderClassName
{
color: #AF75AD;
}
.AnyTagClassName
{
color: #AF75AD;
}
</style>
background-color css
<style>
a { background-color: #AF75AD; }
a { background-color: rgb(175,117,173); }
div.DivClassName
{
background-color: #AF75AD;
}
.BgClassName
{
background-color: #AF75AD;
}
</style>
border-color css
<style>
span { border-color: #AF75AD; }
span { border-color: rgb(175,117,173); }
td.TdClassName
{
border-color: #AF75AD;
}
.TagClassName
{
border-color: #AF75AD;
}
</style>