Shades of Violet Blue #AF57AC
Tints of Violet Blue #AF57AC
RGB
CMYK
RGB Variations
Color information
#AF57AC (or 0xAF57AC) is known color: Violet Blue. HEX triplet: AF, 57 and AC. RGB value is (175,87,172). Sum of RGB (Red+Green+Blue) = 175+87+172=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AC is #50A853. Grayscale: #7A7A7A. Windows color (decimal): -5285972 or 11294639. OLE color: 11294639.
HSL color Cylindrical-coordinate representation of color #AF57AC: hue angle of 302.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF57AC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 172 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.31 |
| HSL | 302.05º | 0.35% | 0.51% | - |
| HSV(B) | 302.05º | 0.5% | 0.69% | - |
| XYZ | 28.53 | 18.91 | 41.18 | - |
| YUV | 123 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 172 | 0 | 0.50 | 0.02 | 0.31 | 302.05 | 0.35 | 0.51 |
| Hex | AF | 57 | AC | 0 | 32 | 2 | 1F | 12E | 23 | 33 |
| Octal | 257 | 127 | 254 | 0 | 62 | 2 | 37 | 456 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10101100 | 0 | 110010 | 10 | 11111 | 100101110 | 100011 | 110011 |
Color Harmonies of #AF57AC
Complementary color
Monochromatic Colors of #AF57AC
Black with #AF57AC
Text Example
Text Example
White with #AF57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57AC; }
p { color: rgb(175,87,172); }
H1.HeaderClassName
{
color: #AF57AC;
}
.AnyTagClassName
{
color: #AF57AC;
}
</style>
background-color css
<style>
a { background-color: #AF57AC; }
a { background-color: rgb(175,87,172); }
div.DivClassName
{
background-color: #AF57AC;
}
.BgClassName
{
background-color: #AF57AC;
}
</style>
border-color css
<style>
span { border-color: #AF57AC; }
span { border-color: rgb(175,87,172); }
td.TdClassName
{
border-color: #AF57AC;
}
.TagClassName
{
border-color: #AF57AC;
}
</style>