Shades of Violet Blue #AF4AAA
Tints of Violet Blue #AF4AAA
RGB
CMYK
RGB Variations
Color information
#AF4AAA (or 0xAF4AAA) is known color: Violet Blue. HEX triplet: AF, 4A and AA. RGB value is (175,74,170). Sum of RGB (Red+Green+Blue) = 175+74+170=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AAA is #50B555. Grayscale: #727272. Windows color (decimal): -5289302 or 11160239. OLE color: 11160239.
HSL color Cylindrical-coordinate representation of color #AF4AAA: hue angle of 302.97º 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 #AF4AAA is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 170 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.31 |
| HSL | 302.97º | 0.41% | 0.49% | - |
| HSV(B) | 302.97º | 0.58% | 0.69% | - |
| XYZ | 27.38 | 16.91 | 39.85 | - |
| YUV | 115.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 170 | 0 | 0.58 | 0.03 | 0.31 | 302.97 | 0.41 | 0.49 |
| Hex | AF | 4A | AA | 0 | 3A | 3 | 1F | 12F | 29 | 31 |
| Octal | 257 | 112 | 252 | 0 | 72 | 3 | 37 | 457 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10101010 | 0 | 111010 | 11 | 11111 | 100101111 | 101001 | 110001 |
Color Harmonies of #AF4AAA
Complementary color
Monochromatic Colors of #AF4AAA
Black with #AF4AAA
Text Example
Text Example
White with #AF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AAA; }
p { color: rgb(175,74,170); }
H1.HeaderClassName
{
color: #AF4AAA;
}
.AnyTagClassName
{
color: #AF4AAA;
}
</style>
background-color css
<style>
a { background-color: #AF4AAA; }
a { background-color: rgb(175,74,170); }
div.DivClassName
{
background-color: #AF4AAA;
}
.BgClassName
{
background-color: #AF4AAA;
}
</style>
border-color css
<style>
span { border-color: #AF4AAA; }
span { border-color: rgb(175,74,170); }
td.TdClassName
{
border-color: #AF4AAA;
}
.TagClassName
{
border-color: #AF4AAA;
}
</style>