Shades of Viola #AF8B92
Tints of Viola #AF8B92
RGB
CMYK
RGB Variations
Color information
#AF8B92 (or 0xAF8B92) is known color: Viola. HEX triplet: AF, 8B and 92. RGB value is (175,139,146). Sum of RGB (Red+Green+Blue) = 175+139+146=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B92 is #50746D. Grayscale: #969696. Windows color (decimal): -5272686 or 9604015. OLE color: 9604015.
HSL color Cylindrical-coordinate representation of color #AF8B92: hue angle of 348.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8B92 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 146 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.31 |
| HSL | 348.33º | 0.18% | 0.62% | - |
| HSV(B) | 348.33º | 0.21% | 0.69% | - |
| XYZ | 32.1 | 29.65 | 31.23 | - |
| YUV | 150.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 146 | 0 | 0.21 | 0.17 | 0.31 | 348.33 | 0.18 | 0.62 |
| Hex | AF | 8B | 92 | 0 | 15 | 11 | 1F | 15C | 12 | 3E |
| Octal | 257 | 213 | 222 | 0 | 25 | 21 | 37 | 534 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10010010 | 0 | 10101 | 10001 | 11111 | 101011100 | 10010 | 111110 |
Color Harmonies of #AF8B92
Complementary color
Monochromatic Colors of #AF8B92
Black with #AF8B92
Text Example
Text Example
White with #AF8B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B92; }
p { color: rgb(175,139,146); }
H1.HeaderClassName
{
color: #AF8B92;
}
.AnyTagClassName
{
color: #AF8B92;
}
</style>
background-color css
<style>
a { background-color: #AF8B92; }
a { background-color: rgb(175,139,146); }
div.DivClassName
{
background-color: #AF8B92;
}
.BgClassName
{
background-color: #AF8B92;
}
</style>
border-color css
<style>
span { border-color: #AF8B92; }
span { border-color: rgb(175,139,146); }
td.TdClassName
{
border-color: #AF8B92;
}
.TagClassName
{
border-color: #AF8B92;
}
</style>