Shades of Viola #AF8F93
Tints of Viola #AF8F93
RGB
CMYK
RGB Variations
Color information
#AF8F93 (or 0xAF8F93) is known color: Viola. HEX triplet: AF, 8F and 93. RGB value is (175,143,147). Sum of RGB (Red+Green+Blue) = 175+143+147=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F93 is #50706C. Grayscale: #999999. Windows color (decimal): -5271661 or 9670575. OLE color: 9670575.
HSL color Cylindrical-coordinate representation of color #AF8F93: hue angle of 352.5º 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 #AF8F93 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 147 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.31 |
| HSL | 352.5º | 0.17% | 0.62% | - |
| HSV(B) | 352.5º | 0.18% | 0.69% | - |
| XYZ | 32.77 | 30.87 | 31.83 | - |
| YUV | 153.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 147 | 0 | 0.18 | 0.16 | 0.31 | 352.5 | 0.17 | 0.62 |
| Hex | AF | 8F | 93 | 0 | 12 | 10 | 1F | 160 | 11 | 3E |
| Octal | 257 | 217 | 223 | 0 | 22 | 20 | 37 | 540 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010011 | 0 | 10010 | 10000 | 11111 | 101100000 | 10001 | 111110 |
Color Harmonies of #AF8F93
Complementary color
Monochromatic Colors of #AF8F93
Black with #AF8F93
Text Example
Text Example
White with #AF8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F93; }
p { color: rgb(175,143,147); }
H1.HeaderClassName
{
color: #AF8F93;
}
.AnyTagClassName
{
color: #AF8F93;
}
</style>
background-color css
<style>
a { background-color: #AF8F93; }
a { background-color: rgb(175,143,147); }
div.DivClassName
{
background-color: #AF8F93;
}
.BgClassName
{
background-color: #AF8F93;
}
</style>
border-color css
<style>
span { border-color: #AF8F93; }
span { border-color: rgb(175,143,147); }
td.TdClassName
{
border-color: #AF8F93;
}
.TagClassName
{
border-color: #AF8F93;
}
</style>