Shades of Violet Blue #AF4E9A
Tints of Violet Blue #AF4E9A
RGB
CMYK
RGB Variations
Color information
#AF4E9A (or 0xAF4E9A) is known color: Violet Blue. HEX triplet: AF, 4E and 9A. RGB value is (175,78,154). Sum of RGB (Red+Green+Blue) = 175+78+154=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E9A is #50B165. Grayscale: #737373. Windows color (decimal): -5288294 or 10112687. OLE color: 10112687.
HSL color Cylindrical-coordinate representation of color #AF4E9A: hue angle of 312.99º 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 #AF4E9A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 154 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.31 |
| HSL | 312.99º | 0.38% | 0.5% | - |
| HSV(B) | 312.99º | 0.55% | 0.69% | - |
| XYZ | 26.24 | 16.9 | 32.45 | - |
| YUV | 115.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 154 | 0 | 0.55 | 0.12 | 0.31 | 312.99 | 0.38 | 0.5 |
| Hex | AF | 4E | 9A | 0 | 37 | C | 1F | 139 | 26 | 32 |
| Octal | 257 | 116 | 232 | 0 | 67 | 14 | 37 | 471 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10011010 | 0 | 110111 | 1100 | 11111 | 100111001 | 100110 | 110010 |
Color Harmonies of #AF4E9A
Complementary color
Monochromatic Colors of #AF4E9A
Black with #AF4E9A
Text Example
Text Example
White with #AF4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E9A; }
p { color: rgb(175,78,154); }
H1.HeaderClassName
{
color: #AF4E9A;
}
.AnyTagClassName
{
color: #AF4E9A;
}
</style>
background-color css
<style>
a { background-color: #AF4E9A; }
a { background-color: rgb(175,78,154); }
div.DivClassName
{
background-color: #AF4E9A;
}
.BgClassName
{
background-color: #AF4E9A;
}
</style>
border-color css
<style>
span { border-color: #AF4E9A; }
span { border-color: rgb(175,78,154); }
td.TdClassName
{
border-color: #AF4E9A;
}
.TagClassName
{
border-color: #AF4E9A;
}
</style>