Shades of Viola #AF8A8E
Tints of Viola #AF8A8E
RGB
CMYK
RGB Variations
Color information
#AF8A8E (or 0xAF8A8E) is known color: Viola. HEX triplet: AF, 8A and 8E. RGB value is (175,138,142). Sum of RGB (Red+Green+Blue) = 175+138+142=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A8E is #507571. Grayscale: #959595. Windows color (decimal): -5272946 or 9341615. OLE color: 9341615.
HSL color Cylindrical-coordinate representation of color #AF8A8E: hue angle of 353.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8A8E is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 142 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.31 |
| HSL | 353.51º | 0.19% | 0.61% | - |
| HSV(B) | 353.51º | 0.21% | 0.69% | - |
| XYZ | 31.65 | 29.24 | 29.57 | - |
| YUV | 149.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 142 | 0 | 0.21 | 0.19 | 0.31 | 353.51 | 0.19 | 0.61 |
| Hex | AF | 8A | 8E | 0 | 15 | 13 | 1F | 162 | 13 | 3D |
| Octal | 257 | 212 | 216 | 0 | 25 | 23 | 37 | 542 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10001110 | 0 | 10101 | 10011 | 11111 | 101100010 | 10011 | 111101 |
Color Harmonies of #AF8A8E
Complementary color
Monochromatic Colors of #AF8A8E
Black with #AF8A8E
Text Example
Text Example
White with #AF8A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A8E; }
p { color: rgb(175,138,142); }
H1.HeaderClassName
{
color: #AF8A8E;
}
.AnyTagClassName
{
color: #AF8A8E;
}
</style>
background-color css
<style>
a { background-color: #AF8A8E; }
a { background-color: rgb(175,138,142); }
div.DivClassName
{
background-color: #AF8A8E;
}
.BgClassName
{
background-color: #AF8A8E;
}
</style>
border-color css
<style>
span { border-color: #AF8A8E; }
span { border-color: rgb(175,138,142); }
td.TdClassName
{
border-color: #AF8A8E;
}
.TagClassName
{
border-color: #AF8A8E;
}
</style>