Shades of Violet Blue #AF549A
Tints of Violet Blue #AF549A
RGB
CMYK
RGB Variations
Color information
#AF549A (or 0xAF549A) is known color: Violet Blue. HEX triplet: AF, 54 and 9A. RGB value is (175,84,154). Sum of RGB (Red+Green+Blue) = 175+84+154=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF549A is #50AB65. Grayscale: #777777. Windows color (decimal): -5286758 or 10114223. OLE color: 10114223.
HSL color Cylindrical-coordinate representation of color #AF549A: hue angle of 313.85º 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 #AF549A is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 154 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.31 |
| HSL | 313.85º | 0.36% | 0.51% | - |
| HSV(B) | 313.85º | 0.52% | 0.69% | - |
| XYZ | 26.68 | 17.79 | 32.6 | - |
| YUV | 119.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 154 | 0 | 0.52 | 0.12 | 0.31 | 313.85 | 0.36 | 0.51 |
| Hex | AF | 54 | 9A | 0 | 34 | C | 1F | 13A | 24 | 33 |
| Octal | 257 | 124 | 232 | 0 | 64 | 14 | 37 | 472 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10011010 | 0 | 110100 | 1100 | 11111 | 100111010 | 100100 | 110011 |
Color Harmonies of #AF549A
Complementary color
Monochromatic Colors of #AF549A
Black with #AF549A
Text Example
Text Example
White with #AF549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF549A; }
p { color: rgb(175,84,154); }
H1.HeaderClassName
{
color: #AF549A;
}
.AnyTagClassName
{
color: #AF549A;
}
</style>
background-color css
<style>
a { background-color: #AF549A; }
a { background-color: rgb(175,84,154); }
div.DivClassName
{
background-color: #AF549A;
}
.BgClassName
{
background-color: #AF549A;
}
</style>
border-color css
<style>
span { border-color: #AF549A; }
span { border-color: rgb(175,84,154); }
td.TdClassName
{
border-color: #AF549A;
}
.TagClassName
{
border-color: #AF549A;
}
</style>