Shades of Viola #AF8C8D
Tints of Viola #AF8C8D
RGB
CMYK
RGB Variations
Color information
#AF8C8D (or 0xAF8C8D) is known color: Viola. HEX triplet: AF, 8C and 8D. RGB value is (175,140,141). Sum of RGB (Red+Green+Blue) = 175+140+141=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C8D is #507372. Grayscale: #969696. Windows color (decimal): -5272435 or 9276591. OLE color: 9276591.
HSL color Cylindrical-coordinate representation of color #AF8C8D: hue angle of 358.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C8D is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 140 | 141 | - |
CMYK | 0 | 0.2 | 0.19 | 0.31 |
HSL | 358.29º | 0.18% | 0.62% | - |
HSV(B) | 358.29º | 0.2% | 0.69% | - |
XYZ | 31.87 | 29.79 | 29.27 | - |
YUV | 150.58 | 122.6 | 145.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 140 | 141 | 0 | 0.2 | 0.19 | 0.31 | 358.29 | 0.18 | 0.62 |
Hex | AF | 8C | 8D | 0 | 14 | 13 | 1F | 166 | 12 | 3E |
Octal | 257 | 214 | 215 | 0 | 24 | 23 | 37 | 546 | 22 | 76 |
Binary | 10101111 | 10001100 | 10001101 | 0 | 10100 | 10011 | 11111 | 101100110 | 10010 | 111110 |
Color Harmonies of #AF8C8D
Complementary color
Monochromatic Colors of #AF8C8D
Black with #AF8C8D
Text Example
Text Example
White with #AF8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C8D; }
p { color: rgb(175,140,141); }
H1.HeaderClassName
{
color: #AF8C8D;
}
.AnyTagClassName
{
color: #AF8C8D;
}
</style>
background-color css
<style>
a { background-color: #AF8C8D; }
a { background-color: rgb(175,140,141); }
div.DivClassName
{
background-color: #AF8C8D;
}
.BgClassName
{
background-color: #AF8C8D;
}
</style>
border-color css
<style>
span { border-color: #AF8C8D; }
span { border-color: rgb(175,140,141); }
td.TdClassName
{
border-color: #AF8C8D;
}
.TagClassName
{
border-color: #AF8C8D;
}
</style>