Shades of Violet Blue #AF5AAF
Tints of Violet Blue #AF5AAF
RGB
CMYK
RGB Variations
Color information
#AF5AAF (or 0xAF5AAF) is known color: Violet Blue. HEX triplet: AF, 5A and AF. RGB value is (175,90,175). Sum of RGB (Red+Green+Blue) = 175+90+175=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AAF is #50A550. Grayscale: #7C7C7C. Windows color (decimal): -5285201 or 11492015. OLE color: 11492015.
HSL color Cylindrical-coordinate representation of color #AF5AAF: hue angle of 300º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5AAF is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 175 | - |
| CMYK | 0 | 0.49 | 0 | 0.31 |
| HSL | 300º | 0.35% | 0.52% | - |
| HSV(B) | 300º | 0.49% | 0.69% | - |
| XYZ | 29.07 | 19.52 | 42.79 | - |
| YUV | 125.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 175 | 0 | 0.49 | 0 | 0.31 | 300 | 0.35 | 0.52 |
| Hex | AF | 5A | AF | 0 | 31 | 0 | 1F | 12C | 23 | 34 |
| Octal | 257 | 132 | 257 | 0 | 61 | 0 | 37 | 454 | 43 | 64 |
| Binary | 10101111 | 1011010 | 10101111 | 0 | 110001 | 0 | 11111 | 100101100 | 100011 | 110100 |
Color Harmonies of #AF5AAF
Complementary color
Monochromatic Colors of #AF5AAF
Black with #AF5AAF
Text Example
Text Example
White with #AF5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AAF; }
p { color: rgb(175,90,175); }
H1.HeaderClassName
{
color: #AF5AAF;
}
.AnyTagClassName
{
color: #AF5AAF;
}
</style>
background-color css
<style>
a { background-color: #AF5AAF; }
a { background-color: rgb(175,90,175); }
div.DivClassName
{
background-color: #AF5AAF;
}
.BgClassName
{
background-color: #AF5AAF;
}
</style>
border-color css
<style>
span { border-color: #AF5AAF; }
span { border-color: rgb(175,90,175); }
td.TdClassName
{
border-color: #AF5AAF;
}
.TagClassName
{
border-color: #AF5AAF;
}
</style>