Shades of Violet Blue #AF70AB
Tints of Violet Blue #AF70AB
RGB
CMYK
RGB Variations
Color information
#AF70AB (or 0xAF70AB) is known color: Violet Blue. HEX triplet: AF, 70 and AB. RGB value is (175,112,171). Sum of RGB (Red+Green+Blue) = 175+112+171=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70AB is #508F54. Grayscale: #898989. Windows color (decimal): -5279573 or 11235503. OLE color: 11235503.
HSL color Cylindrical-coordinate representation of color #AF70AB: hue angle of 303.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF70AB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 171 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.31 |
| HSL | 303.81º | 0.28% | 0.56% | - |
| HSV(B) | 303.81º | 0.36% | 0.69% | - |
| XYZ | 30.82 | 23.64 | 41.47 | - |
| YUV | 137.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 171 | 0 | 0.36 | 0.02 | 0.31 | 303.81 | 0.28 | 0.56 |
| Hex | AF | 70 | AB | 0 | 24 | 2 | 1F | 130 | 1C | 38 |
| Octal | 257 | 160 | 253 | 0 | 44 | 2 | 37 | 460 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10101011 | 0 | 100100 | 10 | 11111 | 100110000 | 11100 | 111000 |
Color Harmonies of #AF70AB
Complementary color
Monochromatic Colors of #AF70AB
Black with #AF70AB
Text Example
Text Example
White with #AF70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70AB; }
p { color: rgb(175,112,171); }
H1.HeaderClassName
{
color: #AF70AB;
}
.AnyTagClassName
{
color: #AF70AB;
}
</style>
background-color css
<style>
a { background-color: #AF70AB; }
a { background-color: rgb(175,112,171); }
div.DivClassName
{
background-color: #AF70AB;
}
.BgClassName
{
background-color: #AF70AB;
}
</style>
border-color css
<style>
span { border-color: #AF70AB; }
span { border-color: rgb(175,112,171); }
td.TdClassName
{
border-color: #AF70AB;
}
.TagClassName
{
border-color: #AF70AB;
}
</style>