Shades of Violet Blue #AF4E9E
Tints of Violet Blue #AF4E9E
RGB
CMYK
RGB Variations
Color information
#AF4E9E (or 0xAF4E9E) is known color: Violet Blue. HEX triplet: AF, 4E and 9E. RGB value is (175,78,158). Sum of RGB (Red+Green+Blue) = 175+78+158=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E9E is #50B161. Grayscale: #737373. Windows color (decimal): -5288290 or 10374831. OLE color: 10374831.
HSL color Cylindrical-coordinate representation of color #AF4E9E: hue angle of 310.52º 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 #AF4E9E is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 158 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.31 |
| HSL | 310.52º | 0.38% | 0.5% | - |
| HSV(B) | 310.52º | 0.55% | 0.69% | - |
| XYZ | 26.58 | 17.03 | 34.23 | - |
| YUV | 116.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 158 | 0 | 0.55 | 0.10 | 0.31 | 310.52 | 0.38 | 0.5 |
| Hex | AF | 4E | 9E | 0 | 37 | A | 1F | 137 | 26 | 32 |
| Octal | 257 | 116 | 236 | 0 | 67 | 12 | 37 | 467 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10011110 | 0 | 110111 | 1010 | 11111 | 100110111 | 100110 | 110010 |
Color Harmonies of #AF4E9E
Complementary color
Monochromatic Colors of #AF4E9E
Black with #AF4E9E
Text Example
Text Example
White with #AF4E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E9E; }
p { color: rgb(175,78,158); }
H1.HeaderClassName
{
color: #AF4E9E;
}
.AnyTagClassName
{
color: #AF4E9E;
}
</style>
background-color css
<style>
a { background-color: #AF4E9E; }
a { background-color: rgb(175,78,158); }
div.DivClassName
{
background-color: #AF4E9E;
}
.BgClassName
{
background-color: #AF4E9E;
}
</style>
border-color css
<style>
span { border-color: #AF4E9E; }
span { border-color: rgb(175,78,158); }
td.TdClassName
{
border-color: #AF4E9E;
}
.TagClassName
{
border-color: #AF4E9E;
}
</style>