Shades of Violet Blue #AF70B2
Tints of Violet Blue #AF70B2
RGB
CMYK
RGB Variations
Color information
#AF70B2 (or 0xAF70B2) is known color: Violet Blue. HEX triplet: AF, 70 and B2. RGB value is (175,112,178). Sum of RGB (Red+Green+Blue) = 175+112+178=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF70B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70B2 is #508F4D. Grayscale: #8A8A8A. Windows color (decimal): -5279566 or 11694255. OLE color: 11694255.
HSL color Cylindrical-coordinate representation of color #AF70B2: hue angle of 297.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF70B2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 112 | 178 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.30 |
| HSL | 297.27º | 0.3% | 0.57% | - |
| HSV(B) | 297.27º | 0.37% | 0.7% | - |
| XYZ | 31.51 | 23.92 | 45.08 | - |
| YUV | 138.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 178 | 0.02 | 0.37 | 0 | 0.30 | 297.27 | 0.3 | 0.57 |
| Hex | AF | 70 | B2 | 2 | 25 | 0 | 1E | 129 | 1E | 39 |
| Octal | 257 | 160 | 262 | 2 | 45 | 0 | 36 | 451 | 36 | 71 |
| Binary | 10101111 | 1110000 | 10110010 | 10 | 100101 | 0 | 11110 | 100101001 | 11110 | 111001 |
Color Harmonies of #AF70B2
Complementary color
Monochromatic Colors of #AF70B2
Black with #AF70B2
Text Example
Text Example
White with #AF70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70B2; }
p { color: rgb(175,112,178); }
H1.HeaderClassName
{
color: #AF70B2;
}
.AnyTagClassName
{
color: #AF70B2;
}
</style>
background-color css
<style>
a { background-color: #AF70B2; }
a { background-color: rgb(175,112,178); }
div.DivClassName
{
background-color: #AF70B2;
}
.BgClassName
{
background-color: #AF70B2;
}
</style>
border-color css
<style>
span { border-color: #AF70B2; }
span { border-color: rgb(175,112,178); }
td.TdClassName
{
border-color: #AF70B2;
}
.TagClassName
{
border-color: #AF70B2;
}
</style>