Shades of Violet Blue #AF62A8
Tints of Violet Blue #AF62A8
RGB
CMYK
RGB Variations
Color information
#AF62A8 (or 0xAF62A8) is known color: Violet Blue. HEX triplet: AF, 62 and A8. RGB value is (175,98,168). Sum of RGB (Red+Green+Blue) = 175+98+168=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF62A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF62A8 is #509D57. Grayscale: #808080. Windows color (decimal): -5283160 or 11035311. OLE color: 11035311.
HSL color Cylindrical-coordinate representation of color #AF62A8: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF62A8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 168 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.31 |
| HSL | 305.45º | 0.32% | 0.54% | - |
| HSV(B) | 305.45º | 0.44% | 0.69% | - |
| XYZ | 29.11 | 20.68 | 39.5 | - |
| YUV | 129 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 168 | 0 | 0.44 | 0.04 | 0.31 | 305.45 | 0.32 | 0.54 |
| Hex | AF | 62 | A8 | 0 | 2C | 4 | 1F | 131 | 20 | 36 |
| Octal | 257 | 142 | 250 | 0 | 54 | 4 | 37 | 461 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10101000 | 0 | 101100 | 100 | 11111 | 100110001 | 100000 | 110110 |
Color Harmonies of #AF62A8
Complementary color
Monochromatic Colors of #AF62A8
Black with #AF62A8
Text Example
Text Example
White with #AF62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62A8; }
p { color: rgb(175,98,168); }
H1.HeaderClassName
{
color: #AF62A8;
}
.AnyTagClassName
{
color: #AF62A8;
}
</style>
background-color css
<style>
a { background-color: #AF62A8; }
a { background-color: rgb(175,98,168); }
div.DivClassName
{
background-color: #AF62A8;
}
.BgClassName
{
background-color: #AF62A8;
}
</style>
border-color css
<style>
span { border-color: #AF62A8; }
span { border-color: rgb(175,98,168); }
td.TdClassName
{
border-color: #AF62A8;
}
.TagClassName
{
border-color: #AF62A8;
}
</style>