Shades of Violet Blue #AF4AAB
Tints of Violet Blue #AF4AAB
RGB
CMYK
RGB Variations
Color information
#AF4AAB (or 0xAF4AAB) is known color: Violet Blue. HEX triplet: AF, 4A and AB. RGB value is (175,74,171). Sum of RGB (Red+Green+Blue) = 175+74+171=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AAB is #50B554. Grayscale: #727272. Windows color (decimal): -5289301 or 11225775. OLE color: 11225775.
HSL color Cylindrical-coordinate representation of color #AF4AAB: hue angle of 302.38º 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 #AF4AAB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 171 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.31 |
| HSL | 302.38º | 0.41% | 0.49% | - |
| HSV(B) | 302.38º | 0.58% | 0.69% | - |
| XYZ | 27.48 | 16.95 | 40.35 | - |
| YUV | 115.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 171 | 0 | 0.58 | 0.02 | 0.31 | 302.38 | 0.41 | 0.49 |
| Hex | AF | 4A | AB | 0 | 3A | 2 | 1F | 12E | 29 | 31 |
| Octal | 257 | 112 | 253 | 0 | 72 | 2 | 37 | 456 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10101011 | 0 | 111010 | 10 | 11111 | 100101110 | 101001 | 110001 |
Color Harmonies of #AF4AAB
Complementary color
Monochromatic Colors of #AF4AAB
Black with #AF4AAB
Text Example
Text Example
White with #AF4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AAB; }
p { color: rgb(175,74,171); }
H1.HeaderClassName
{
color: #AF4AAB;
}
.AnyTagClassName
{
color: #AF4AAB;
}
</style>
background-color css
<style>
a { background-color: #AF4AAB; }
a { background-color: rgb(175,74,171); }
div.DivClassName
{
background-color: #AF4AAB;
}
.BgClassName
{
background-color: #AF4AAB;
}
</style>
border-color css
<style>
span { border-color: #AF4AAB; }
span { border-color: rgb(175,74,171); }
td.TdClassName
{
border-color: #AF4AAB;
}
.TagClassName
{
border-color: #AF4AAB;
}
</style>