Shades of Violet Blue #AF60AD
Tints of Violet Blue #AF60AD
RGB
CMYK
RGB Variations
Color information
#AF60AD (or 0xAF60AD) is known color: Violet Blue. HEX triplet: AF, 60 and AD. RGB value is (175,96,173). Sum of RGB (Red+Green+Blue) = 175+96+173=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AD is #509F52. Grayscale: #808080. Windows color (decimal): -5283667 or 11362479. OLE color: 11362479.
HSL color Cylindrical-coordinate representation of color #AF60AD: hue angle of 301.52º 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 #AF60AD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 173 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.31 |
| HSL | 301.52º | 0.33% | 0.53% | - |
| HSV(B) | 301.52º | 0.45% | 0.69% | - |
| XYZ | 29.4 | 20.5 | 41.94 | - |
| YUV | 128.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 173 | 0 | 0.45 | 0.01 | 0.31 | 301.52 | 0.33 | 0.53 |
| Hex | AF | 60 | AD | 0 | 2D | 1 | 1F | 12E | 21 | 35 |
| Octal | 257 | 140 | 255 | 0 | 55 | 1 | 37 | 456 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10101101 | 0 | 101101 | 1 | 11111 | 100101110 | 100001 | 110101 |
Color Harmonies of #AF60AD
Complementary color
Monochromatic Colors of #AF60AD
Black with #AF60AD
Text Example
Text Example
White with #AF60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60AD; }
p { color: rgb(175,96,173); }
H1.HeaderClassName
{
color: #AF60AD;
}
.AnyTagClassName
{
color: #AF60AD;
}
</style>
background-color css
<style>
a { background-color: #AF60AD; }
a { background-color: rgb(175,96,173); }
div.DivClassName
{
background-color: #AF60AD;
}
.BgClassName
{
background-color: #AF60AD;
}
</style>
border-color css
<style>
span { border-color: #AF60AD; }
span { border-color: rgb(175,96,173); }
td.TdClassName
{
border-color: #AF60AD;
}
.TagClassName
{
border-color: #AF60AD;
}
</style>