Shades of Violet Blue #AF58AC
Tints of Violet Blue #AF58AC
RGB
CMYK
RGB Variations
Color information
#AF58AC (or 0xAF58AC) is known color: Violet Blue. HEX triplet: AF, 58 and AC. RGB value is (175,88,172). Sum of RGB (Red+Green+Blue) = 175+88+172=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF58AC is #50A753. Grayscale: #7B7B7B. Windows color (decimal): -5285716 or 11294895. OLE color: 11294895.
HSL color Cylindrical-coordinate representation of color #AF58AC: hue angle of 302.07º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF58AC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 172 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.31 |
| HSL | 302.07º | 0.35% | 0.52% | - |
| HSV(B) | 302.07º | 0.5% | 0.69% | - |
| XYZ | 28.62 | 19.07 | 41.2 | - |
| YUV | 123.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 172 | 0 | 0.50 | 0.02 | 0.31 | 302.07 | 0.35 | 0.52 |
| Hex | AF | 58 | AC | 0 | 32 | 2 | 1F | 12E | 23 | 34 |
| Octal | 257 | 130 | 254 | 0 | 62 | 2 | 37 | 456 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10101100 | 0 | 110010 | 10 | 11111 | 100101110 | 100011 | 110100 |
Color Harmonies of #AF58AC
Complementary color
Monochromatic Colors of #AF58AC
Black with #AF58AC
Text Example
Text Example
White with #AF58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58AC; }
p { color: rgb(175,88,172); }
H1.HeaderClassName
{
color: #AF58AC;
}
.AnyTagClassName
{
color: #AF58AC;
}
</style>
background-color css
<style>
a { background-color: #AF58AC; }
a { background-color: rgb(175,88,172); }
div.DivClassName
{
background-color: #AF58AC;
}
.BgClassName
{
background-color: #AF58AC;
}
</style>
border-color css
<style>
span { border-color: #AF58AC; }
span { border-color: rgb(175,88,172); }
td.TdClassName
{
border-color: #AF58AC;
}
.TagClassName
{
border-color: #AF58AC;
}
</style>