Shades of Violet Blue #AF4EA0
Tints of Violet Blue #AF4EA0
RGB
CMYK
RGB Variations
Color information
#AF4EA0 (or 0xAF4EA0) is known color: Violet Blue. HEX triplet: AF, 4E and A0. RGB value is (175,78,160). Sum of RGB (Red+Green+Blue) = 175+78+160=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4EA0 is #50B15F. Grayscale: #747474. Windows color (decimal): -5288288 or 10505903. OLE color: 10505903.
HSL color Cylindrical-coordinate representation of color #AF4EA0: hue angle of 309.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4EA0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 160 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.31 |
| HSL | 309.28º | 0.38% | 0.5% | - |
| HSV(B) | 309.28º | 0.55% | 0.69% | - |
| XYZ | 26.75 | 17.1 | 35.15 | - |
| YUV | 116.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 160 | 0 | 0.55 | 0.09 | 0.31 | 309.28 | 0.38 | 0.5 |
| Hex | AF | 4E | A0 | 0 | 37 | 9 | 1F | 135 | 26 | 32 |
| Octal | 257 | 116 | 240 | 0 | 67 | 11 | 37 | 465 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10100000 | 0 | 110111 | 1001 | 11111 | 100110101 | 100110 | 110010 |
Color Harmonies of #AF4EA0
Complementary color
Monochromatic Colors of #AF4EA0
Black with #AF4EA0
Text Example
Text Example
White with #AF4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EA0; }
p { color: rgb(175,78,160); }
H1.HeaderClassName
{
color: #AF4EA0;
}
.AnyTagClassName
{
color: #AF4EA0;
}
</style>
background-color css
<style>
a { background-color: #AF4EA0; }
a { background-color: rgb(175,78,160); }
div.DivClassName
{
background-color: #AF4EA0;
}
.BgClassName
{
background-color: #AF4EA0;
}
</style>
border-color css
<style>
span { border-color: #AF4EA0; }
span { border-color: rgb(175,78,160); }
td.TdClassName
{
border-color: #AF4EA0;
}
.TagClassName
{
border-color: #AF4EA0;
}
</style>