Shades of Violet Blue #AF51A2
Tints of Violet Blue #AF51A2
RGB
CMYK
RGB Variations
Color information
#AF51A2 (or 0xAF51A2) is known color: Violet Blue. HEX triplet: AF, 51 and A2. RGB value is (175,81,162). Sum of RGB (Red+Green+Blue) = 175+81+162=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A2 is #50AE5D. Grayscale: #767676. Windows color (decimal): -5287518 or 10637743. OLE color: 10637743.
HSL color Cylindrical-coordinate representation of color #AF51A2: hue angle of 308.3º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF51A2 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 162 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.31 |
| HSL | 308.3º | 0.37% | 0.5% | - |
| HSV(B) | 308.3º | 0.54% | 0.69% | - |
| XYZ | 27.14 | 17.61 | 36.15 | - |
| YUV | 118.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 162 | 0 | 0.54 | 0.07 | 0.31 | 308.3 | 0.37 | 0.5 |
| Hex | AF | 51 | A2 | 0 | 36 | 7 | 1F | 134 | 25 | 32 |
| Octal | 257 | 121 | 242 | 0 | 66 | 7 | 37 | 464 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10100010 | 0 | 110110 | 111 | 11111 | 100110100 | 100101 | 110010 |
Color Harmonies of #AF51A2
Complementary color
Monochromatic Colors of #AF51A2
Black with #AF51A2
Text Example
Text Example
White with #AF51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51A2; }
p { color: rgb(175,81,162); }
H1.HeaderClassName
{
color: #AF51A2;
}
.AnyTagClassName
{
color: #AF51A2;
}
</style>
background-color css
<style>
a { background-color: #AF51A2; }
a { background-color: rgb(175,81,162); }
div.DivClassName
{
background-color: #AF51A2;
}
.BgClassName
{
background-color: #AF51A2;
}
</style>
border-color css
<style>
span { border-color: #AF51A2; }
span { border-color: rgb(175,81,162); }
td.TdClassName
{
border-color: #AF51A2;
}
.TagClassName
{
border-color: #AF51A2;
}
</style>