Shades of Violet Blue #AF50A8
Tints of Violet Blue #AF50A8
RGB
CMYK
RGB Variations
Color information
#AF50A8 (or 0xAF50A8) is known color: Violet Blue. HEX triplet: AF, 50 and A8. RGB value is (175,80,168). Sum of RGB (Red+Green+Blue) = 175+80+168=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A8 is #50AF57. Grayscale: #767676. Windows color (decimal): -5287768 or 11030703. OLE color: 11030703.
HSL color Cylindrical-coordinate representation of color #AF50A8: hue angle of 304.42º 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 #AF50A8 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 168 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.31 |
| HSL | 304.42º | 0.37% | 0.5% | - |
| HSV(B) | 304.42º | 0.54% | 0.69% | - |
| XYZ | 27.62 | 17.68 | 39 | - |
| YUV | 118.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 168 | 0 | 0.54 | 0.04 | 0.31 | 304.42 | 0.37 | 0.5 |
| Hex | AF | 50 | A8 | 0 | 36 | 4 | 1F | 130 | 25 | 32 |
| Octal | 257 | 120 | 250 | 0 | 66 | 4 | 37 | 460 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10101000 | 0 | 110110 | 100 | 11111 | 100110000 | 100101 | 110010 |
Color Harmonies of #AF50A8
Complementary color
Monochromatic Colors of #AF50A8
Black with #AF50A8
Text Example
Text Example
White with #AF50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50A8; }
p { color: rgb(175,80,168); }
H1.HeaderClassName
{
color: #AF50A8;
}
.AnyTagClassName
{
color: #AF50A8;
}
</style>
background-color css
<style>
a { background-color: #AF50A8; }
a { background-color: rgb(175,80,168); }
div.DivClassName
{
background-color: #AF50A8;
}
.BgClassName
{
background-color: #AF50A8;
}
</style>
border-color css
<style>
span { border-color: #AF50A8; }
span { border-color: rgb(175,80,168); }
td.TdClassName
{
border-color: #AF50A8;
}
.TagClassName
{
border-color: #AF50A8;
}
</style>