Shades of Violet Blue #AF60AA
Tints of Violet Blue #AF60AA
RGB
CMYK
RGB Variations
Color information
#AF60AA (or 0xAF60AA) is known color: Violet Blue. HEX triplet: AF, 60 and AA. RGB value is (175,96,170). Sum of RGB (Red+Green+Blue) = 175+96+170=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AA is #509F55. Grayscale: #7F7F7F. Windows color (decimal): -5283670 or 11165871. OLE color: 11165871.
HSL color Cylindrical-coordinate representation of color #AF60AA: hue angle of 303.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF60AA is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 170 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.31 |
| HSL | 303.8º | 0.33% | 0.53% | - |
| HSV(B) | 303.8º | 0.45% | 0.69% | - |
| XYZ | 29.12 | 20.38 | 40.43 | - |
| YUV | 128.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 170 | 0 | 0.45 | 0.03 | 0.31 | 303.8 | 0.33 | 0.53 |
| Hex | AF | 60 | AA | 0 | 2D | 3 | 1F | 130 | 21 | 35 |
| Octal | 257 | 140 | 252 | 0 | 55 | 3 | 37 | 460 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10101010 | 0 | 101101 | 11 | 11111 | 100110000 | 100001 | 110101 |
Color Harmonies of #AF60AA
Complementary color
Monochromatic Colors of #AF60AA
Black with #AF60AA
Text Example
Text Example
White with #AF60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60AA; }
p { color: rgb(175,96,170); }
H1.HeaderClassName
{
color: #AF60AA;
}
.AnyTagClassName
{
color: #AF60AA;
}
</style>
background-color css
<style>
a { background-color: #AF60AA; }
a { background-color: rgb(175,96,170); }
div.DivClassName
{
background-color: #AF60AA;
}
.BgClassName
{
background-color: #AF60AA;
}
</style>
border-color css
<style>
span { border-color: #AF60AA; }
span { border-color: rgb(175,96,170); }
td.TdClassName
{
border-color: #AF60AA;
}
.TagClassName
{
border-color: #AF60AA;
}
</style>