Shades of Viola #AF8F96
Tints of Viola #AF8F96
RGB
CMYK
RGB Variations
Color information
#AF8F96 (or 0xAF8F96) is known color: Viola. HEX triplet: AF, 8F and 96. RGB value is (175,143,150). Sum of RGB (Red+Green+Blue) = 175+143+150=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F96 is #507069. Grayscale: #999999. Windows color (decimal): -5271658 or 9867183. OLE color: 9867183.
HSL color Cylindrical-coordinate representation of color #AF8F96: hue angle of 346.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8F96 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 150 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.31 |
| HSL | 346.88º | 0.17% | 0.62% | - |
| HSV(B) | 346.88º | 0.18% | 0.69% | - |
| XYZ | 33.01 | 30.96 | 33.09 | - |
| YUV | 153.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 150 | 0 | 0.18 | 0.14 | 0.31 | 346.88 | 0.17 | 0.62 |
| Hex | AF | 8F | 96 | 0 | 12 | E | 1F | 15B | 11 | 3E |
| Octal | 257 | 217 | 226 | 0 | 22 | 16 | 37 | 533 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010110 | 0 | 10010 | 1110 | 11111 | 101011011 | 10001 | 111110 |
Color Harmonies of #AF8F96
Complementary color
Monochromatic Colors of #AF8F96
Black with #AF8F96
Text Example
Text Example
White with #AF8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F96; }
p { color: rgb(175,143,150); }
H1.HeaderClassName
{
color: #AF8F96;
}
.AnyTagClassName
{
color: #AF8F96;
}
</style>
background-color css
<style>
a { background-color: #AF8F96; }
a { background-color: rgb(175,143,150); }
div.DivClassName
{
background-color: #AF8F96;
}
.BgClassName
{
background-color: #AF8F96;
}
</style>
border-color css
<style>
span { border-color: #AF8F96; }
span { border-color: rgb(175,143,150); }
td.TdClassName
{
border-color: #AF8F96;
}
.TagClassName
{
border-color: #AF8F96;
}
</style>