Shades of Violet Blue #AF4E9F
Tints of Violet Blue #AF4E9F
RGB
CMYK
RGB Variations
Color information
#AF4E9F (or 0xAF4E9F) is known color: Violet Blue. HEX triplet: AF, 4E and 9F. RGB value is (175,78,159). Sum of RGB (Red+Green+Blue) = 175+78+159=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E9F is #50B160. Grayscale: #747474. Windows color (decimal): -5288289 or 10440367. OLE color: 10440367.
HSL color Cylindrical-coordinate representation of color #AF4E9F: hue angle of 309.9º 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 #AF4E9F is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 159 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.31 |
| HSL | 309.9º | 0.38% | 0.5% | - |
| HSV(B) | 309.9º | 0.55% | 0.69% | - |
| XYZ | 26.66 | 17.07 | 34.69 | - |
| YUV | 116.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 159 | 0 | 0.55 | 0.09 | 0.31 | 309.9 | 0.38 | 0.5 |
| Hex | AF | 4E | 9F | 0 | 37 | 9 | 1F | 136 | 26 | 32 |
| Octal | 257 | 116 | 237 | 0 | 67 | 11 | 37 | 466 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10011111 | 0 | 110111 | 1001 | 11111 | 100110110 | 100110 | 110010 |
Color Harmonies of #AF4E9F
Complementary color
Monochromatic Colors of #AF4E9F
Black with #AF4E9F
Text Example
Text Example
White with #AF4E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E9F; }
p { color: rgb(175,78,159); }
H1.HeaderClassName
{
color: #AF4E9F;
}
.AnyTagClassName
{
color: #AF4E9F;
}
</style>
background-color css
<style>
a { background-color: #AF4E9F; }
a { background-color: rgb(175,78,159); }
div.DivClassName
{
background-color: #AF4E9F;
}
.BgClassName
{
background-color: #AF4E9F;
}
</style>
border-color css
<style>
span { border-color: #AF4E9F; }
span { border-color: rgb(175,78,159); }
td.TdClassName
{
border-color: #AF4E9F;
}
.TagClassName
{
border-color: #AF4E9F;
}
</style>