Shades of Violet Blue #AF6096
Tints of Violet Blue #AF6096
RGB
CMYK
RGB Variations
Color information
#AF6096 (or 0xAF6096) is known color: Violet Blue. HEX triplet: AF, 60 and 96. RGB value is (175,96,150). Sum of RGB (Red+Green+Blue) = 175+96+150=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6096 is #509F69. Grayscale: #7D7D7D. Windows color (decimal): -5283690 or 9855151. OLE color: 9855151.
HSL color Cylindrical-coordinate representation of color #AF6096: hue angle of 318.99º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6096 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 150 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.31 |
| HSL | 318.99º | 0.33% | 0.53% | - |
| HSV(B) | 318.99º | 0.45% | 0.69% | - |
| XYZ | 27.37 | 19.68 | 31.21 | - |
| YUV | 125.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 150 | 0 | 0.45 | 0.14 | 0.31 | 318.99 | 0.33 | 0.53 |
| Hex | AF | 60 | 96 | 0 | 2D | E | 1F | 13F | 21 | 35 |
| Octal | 257 | 140 | 226 | 0 | 55 | 16 | 37 | 477 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10010110 | 0 | 101101 | 1110 | 11111 | 100111111 | 100001 | 110101 |
Color Harmonies of #AF6096
Complementary color
Monochromatic Colors of #AF6096
Black with #AF6096
Text Example
Text Example
White with #AF6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6096; }
p { color: rgb(175,96,150); }
H1.HeaderClassName
{
color: #AF6096;
}
.AnyTagClassName
{
color: #AF6096;
}
</style>
background-color css
<style>
a { background-color: #AF6096; }
a { background-color: rgb(175,96,150); }
div.DivClassName
{
background-color: #AF6096;
}
.BgClassName
{
background-color: #AF6096;
}
</style>
border-color css
<style>
span { border-color: #AF6096; }
span { border-color: rgb(175,96,150); }
td.TdClassName
{
border-color: #AF6096;
}
.TagClassName
{
border-color: #AF6096;
}
</style>