Shades of Violet Blue #AF54AC
Tints of Violet Blue #AF54AC
RGB
CMYK
RGB Variations
Color information
#AF54AC (or 0xAF54AC) is known color: Violet Blue. HEX triplet: AF, 54 and AC. RGB value is (175,84,172). Sum of RGB (Red+Green+Blue) = 175+84+172=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AC is #50AB53. Grayscale: #787878. Windows color (decimal): -5286740 or 11293871. OLE color: 11293871.
HSL color Cylindrical-coordinate representation of color #AF54AC: hue angle of 301.98º 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 #AF54AC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 172 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.31 |
| HSL | 301.98º | 0.36% | 0.51% | - |
| HSV(B) | 301.98º | 0.52% | 0.69% | - |
| XYZ | 28.3 | 18.43 | 41.1 | - |
| YUV | 121.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 172 | 0 | 0.52 | 0.02 | 0.31 | 301.98 | 0.36 | 0.51 |
| Hex | AF | 54 | AC | 0 | 34 | 2 | 1F | 12E | 24 | 33 |
| Octal | 257 | 124 | 254 | 0 | 64 | 2 | 37 | 456 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10101100 | 0 | 110100 | 10 | 11111 | 100101110 | 100100 | 110011 |
Color Harmonies of #AF54AC
Complementary color
Monochromatic Colors of #AF54AC
Black with #AF54AC
Text Example
Text Example
White with #AF54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54AC; }
p { color: rgb(175,84,172); }
H1.HeaderClassName
{
color: #AF54AC;
}
.AnyTagClassName
{
color: #AF54AC;
}
</style>
background-color css
<style>
a { background-color: #AF54AC; }
a { background-color: rgb(175,84,172); }
div.DivClassName
{
background-color: #AF54AC;
}
.BgClassName
{
background-color: #AF54AC;
}
</style>
border-color css
<style>
span { border-color: #AF54AC; }
span { border-color: rgb(175,84,172); }
td.TdClassName
{
border-color: #AF54AC;
}
.TagClassName
{
border-color: #AF54AC;
}
</style>