Shades of Violet Blue #AF5D9C
Tints of Violet Blue #AF5D9C
RGB
CMYK
RGB Variations
Color information
#AF5D9C (or 0xAF5D9C) is known color: Violet Blue. HEX triplet: AF, 5D and 9C. RGB value is (175,93,156). Sum of RGB (Red+Green+Blue) = 175+93+156=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D9C is #50A263. Grayscale: #7C7C7C. Windows color (decimal): -5284452 or 10247599. OLE color: 10247599.
HSL color Cylindrical-coordinate representation of color #AF5D9C: hue angle of 313.9º 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 #AF5D9C is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 156 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.31 |
| HSL | 313.9º | 0.34% | 0.53% | - |
| HSV(B) | 313.9º | 0.47% | 0.69% | - |
| XYZ | 27.59 | 19.34 | 33.73 | - |
| YUV | 124.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 156 | 0 | 0.47 | 0.11 | 0.31 | 313.9 | 0.34 | 0.53 |
| Hex | AF | 5D | 9C | 0 | 2F | B | 1F | 13A | 22 | 35 |
| Octal | 257 | 135 | 234 | 0 | 57 | 13 | 37 | 472 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10011100 | 0 | 101111 | 1011 | 11111 | 100111010 | 100010 | 110101 |
Color Harmonies of #AF5D9C
Complementary color
Monochromatic Colors of #AF5D9C
Black with #AF5D9C
Text Example
Text Example
White with #AF5D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D9C; }
p { color: rgb(175,93,156); }
H1.HeaderClassName
{
color: #AF5D9C;
}
.AnyTagClassName
{
color: #AF5D9C;
}
</style>
background-color css
<style>
a { background-color: #AF5D9C; }
a { background-color: rgb(175,93,156); }
div.DivClassName
{
background-color: #AF5D9C;
}
.BgClassName
{
background-color: #AF5D9C;
}
</style>
border-color css
<style>
span { border-color: #AF5D9C; }
span { border-color: rgb(175,93,156); }
td.TdClassName
{
border-color: #AF5D9C;
}
.TagClassName
{
border-color: #AF5D9C;
}
</style>