Shades of Violet Blue #AF549E
Tints of Violet Blue #AF549E
RGB
CMYK
RGB Variations
Color information
#AF549E (or 0xAF549E) is known color: Violet Blue. HEX triplet: AF, 54 and 9E. RGB value is (175,84,158). Sum of RGB (Red+Green+Blue) = 175+84+158=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF549E is #50AB61. Grayscale: #777777. Windows color (decimal): -5286754 or 10376367. OLE color: 10376367.
HSL color Cylindrical-coordinate representation of color #AF549E: hue angle of 311.21º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF549E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 158 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.31 |
| HSL | 311.21º | 0.36% | 0.51% | - |
| HSV(B) | 311.21º | 0.52% | 0.69% | - |
| XYZ | 27.02 | 17.92 | 34.38 | - |
| YUV | 119.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 158 | 0 | 0.52 | 0.10 | 0.31 | 311.21 | 0.36 | 0.51 |
| Hex | AF | 54 | 9E | 0 | 34 | A | 1F | 137 | 24 | 33 |
| Octal | 257 | 124 | 236 | 0 | 64 | 12 | 37 | 467 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10011110 | 0 | 110100 | 1010 | 11111 | 100110111 | 100100 | 110011 |
Color Harmonies of #AF549E
Complementary color
Monochromatic Colors of #AF549E
Black with #AF549E
Text Example
Text Example
White with #AF549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF549E; }
p { color: rgb(175,84,158); }
H1.HeaderClassName
{
color: #AF549E;
}
.AnyTagClassName
{
color: #AF549E;
}
</style>
background-color css
<style>
a { background-color: #AF549E; }
a { background-color: rgb(175,84,158); }
div.DivClassName
{
background-color: #AF549E;
}
.BgClassName
{
background-color: #AF549E;
}
</style>
border-color css
<style>
span { border-color: #AF549E; }
span { border-color: rgb(175,84,158); }
td.TdClassName
{
border-color: #AF549E;
}
.TagClassName
{
border-color: #AF549E;
}
</style>