Shades of Violet Blue #AF4A99
Tints of Violet Blue #AF4A99
RGB
CMYK
RGB Variations
Color information
#AF4A99 (or 0xAF4A99) is known color: Violet Blue. HEX triplet: AF, 4A and 99. RGB value is (175,74,153). Sum of RGB (Red+Green+Blue) = 175+74+153=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A99 is #50B566. Grayscale: #707070. Windows color (decimal): -5289319 or 10046127. OLE color: 10046127.
HSL color Cylindrical-coordinate representation of color #AF4A99: hue angle of 313.07º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A99 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 153 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.31 |
| HSL | 313.07º | 0.41% | 0.49% | - |
| HSV(B) | 313.07º | 0.58% | 0.69% | - |
| XYZ | 25.88 | 16.31 | 31.92 | - |
| YUV | 113.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 153 | 0 | 0.58 | 0.13 | 0.31 | 313.07 | 0.41 | 0.49 |
| Hex | AF | 4A | 99 | 0 | 3A | D | 1F | 139 | 29 | 31 |
| Octal | 257 | 112 | 231 | 0 | 72 | 15 | 37 | 471 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10011001 | 0 | 111010 | 1101 | 11111 | 100111001 | 101001 | 110001 |
Color Harmonies of #AF4A99
Complementary color
Monochromatic Colors of #AF4A99
Black with #AF4A99
Text Example
Text Example
White with #AF4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A99; }
p { color: rgb(175,74,153); }
H1.HeaderClassName
{
color: #AF4A99;
}
.AnyTagClassName
{
color: #AF4A99;
}
</style>
background-color css
<style>
a { background-color: #AF4A99; }
a { background-color: rgb(175,74,153); }
div.DivClassName
{
background-color: #AF4A99;
}
.BgClassName
{
background-color: #AF4A99;
}
</style>
border-color css
<style>
span { border-color: #AF4A99; }
span { border-color: rgb(175,74,153); }
td.TdClassName
{
border-color: #AF4A99;
}
.TagClassName
{
border-color: #AF4A99;
}
</style>