Shades of Violet Blue #AF73AA
Tints of Violet Blue #AF73AA
RGB
CMYK
RGB Variations
Color information
#AF73AA (or 0xAF73AA) is known color: Violet Blue. HEX triplet: AF, 73 and AA. RGB value is (175,115,170). Sum of RGB (Red+Green+Blue) = 175+115+170=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AA is #508C55. Grayscale: #8B8B8B. Windows color (decimal): -5278806 or 11170735. OLE color: 11170735.
HSL color Cylindrical-coordinate representation of color #AF73AA: hue angle of 305º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF73AA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 170 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.31 |
| HSL | 305º | 0.27% | 0.57% | - |
| HSV(B) | 305º | 0.34% | 0.69% | - |
| XYZ | 31.07 | 24.28 | 41.08 | - |
| YUV | 139.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 170 | 0 | 0.34 | 0.03 | 0.31 | 305 | 0.27 | 0.57 |
| Hex | AF | 73 | AA | 0 | 22 | 3 | 1F | 131 | 1B | 39 |
| Octal | 257 | 163 | 252 | 0 | 42 | 3 | 37 | 461 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10101010 | 0 | 100010 | 11 | 11111 | 100110001 | 11011 | 111001 |
Color Harmonies of #AF73AA
Complementary color
Monochromatic Colors of #AF73AA
Black with #AF73AA
Text Example
Text Example
White with #AF73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73AA; }
p { color: rgb(175,115,170); }
H1.HeaderClassName
{
color: #AF73AA;
}
.AnyTagClassName
{
color: #AF73AA;
}
</style>
background-color css
<style>
a { background-color: #AF73AA; }
a { background-color: rgb(175,115,170); }
div.DivClassName
{
background-color: #AF73AA;
}
.BgClassName
{
background-color: #AF73AA;
}
</style>
border-color css
<style>
span { border-color: #AF73AA; }
span { border-color: rgb(175,115,170); }
td.TdClassName
{
border-color: #AF73AA;
}
.TagClassName
{
border-color: #AF73AA;
}
</style>