Shades of Violet Blue #AF5D9A
Tints of Violet Blue #AF5D9A
RGB
CMYK
RGB Variations
Color information
#AF5D9A (or 0xAF5D9A) is known color: Violet Blue. HEX triplet: AF, 5D and 9A. RGB value is (175,93,154). Sum of RGB (Red+Green+Blue) = 175+93+154=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D9A is #50A265. Grayscale: #7C7C7C. Windows color (decimal): -5284454 or 10116527. OLE color: 10116527.
HSL color Cylindrical-coordinate representation of color #AF5D9A: hue angle of 315.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D9A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 154 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.31 |
| HSL | 315.37º | 0.34% | 0.53% | - |
| HSV(B) | 315.37º | 0.47% | 0.69% | - |
| XYZ | 27.43 | 19.28 | 32.85 | - |
| YUV | 124.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 154 | 0 | 0.47 | 0.12 | 0.31 | 315.37 | 0.34 | 0.53 |
| Hex | AF | 5D | 9A | 0 | 2F | C | 1F | 13B | 22 | 35 |
| Octal | 257 | 135 | 232 | 0 | 57 | 14 | 37 | 473 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10011010 | 0 | 101111 | 1100 | 11111 | 100111011 | 100010 | 110101 |
Color Harmonies of #AF5D9A
Complementary color
Monochromatic Colors of #AF5D9A
Black with #AF5D9A
Text Example
Text Example
White with #AF5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D9A; }
p { color: rgb(175,93,154); }
H1.HeaderClassName
{
color: #AF5D9A;
}
.AnyTagClassName
{
color: #AF5D9A;
}
</style>
background-color css
<style>
a { background-color: #AF5D9A; }
a { background-color: rgb(175,93,154); }
div.DivClassName
{
background-color: #AF5D9A;
}
.BgClassName
{
background-color: #AF5D9A;
}
</style>
border-color css
<style>
span { border-color: #AF5D9A; }
span { border-color: rgb(175,93,154); }
td.TdClassName
{
border-color: #AF5D9A;
}
.TagClassName
{
border-color: #AF5D9A;
}
</style>