Shades of Violet Blue #AF5C9F
Tints of Violet Blue #AF5C9F
RGB
CMYK
RGB Variations
Color information
#AF5C9F (or 0xAF5C9F) is known color: Violet Blue. HEX triplet: AF, 5C and 9F. RGB value is (175,92,159). Sum of RGB (Red+Green+Blue) = 175+92+159=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C9F is #50A360. Grayscale: #7C7C7C. Windows color (decimal): -5284705 or 10443951. OLE color: 10443951.
HSL color Cylindrical-coordinate representation of color #AF5C9F: hue angle of 311.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C9F is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 159 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.31 |
| HSL | 311.57º | 0.34% | 0.52% | - |
| HSV(B) | 311.57º | 0.47% | 0.69% | - |
| XYZ | 27.76 | 19.27 | 35.06 | - |
| YUV | 124.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 159 | 0 | 0.47 | 0.09 | 0.31 | 311.57 | 0.34 | 0.52 |
| Hex | AF | 5C | 9F | 0 | 2F | 9 | 1F | 138 | 22 | 34 |
| Octal | 257 | 134 | 237 | 0 | 57 | 11 | 37 | 470 | 42 | 64 |
| Binary | 10101111 | 1011100 | 10011111 | 0 | 101111 | 1001 | 11111 | 100111000 | 100010 | 110100 |
Color Harmonies of #AF5C9F
Complementary color
Monochromatic Colors of #AF5C9F
Black with #AF5C9F
Text Example
Text Example
White with #AF5C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C9F; }
p { color: rgb(175,92,159); }
H1.HeaderClassName
{
color: #AF5C9F;
}
.AnyTagClassName
{
color: #AF5C9F;
}
</style>
background-color css
<style>
a { background-color: #AF5C9F; }
a { background-color: rgb(175,92,159); }
div.DivClassName
{
background-color: #AF5C9F;
}
.BgClassName
{
background-color: #AF5C9F;
}
</style>
border-color css
<style>
span { border-color: #AF5C9F; }
span { border-color: rgb(175,92,159); }
td.TdClassName
{
border-color: #AF5C9F;
}
.TagClassName
{
border-color: #AF5C9F;
}
</style>