Shades of Viola #AF8A90
Tints of Viola #AF8A90
RGB
CMYK
RGB Variations
Color information
#AF8A90 (or 0xAF8A90) is known color: Viola. HEX triplet: AF, 8A and 90. RGB value is (175,138,144). Sum of RGB (Red+Green+Blue) = 175+138+144=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A90 is #50756F. Grayscale: #959595. Windows color (decimal): -5272944 or 9472687. OLE color: 9472687.
HSL color Cylindrical-coordinate representation of color #AF8A90: hue angle of 350.27º 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 #AF8A90 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 144 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.31 |
| HSL | 350.27º | 0.19% | 0.61% | - |
| HSV(B) | 350.27º | 0.21% | 0.69% | - |
| XYZ | 31.8 | 29.3 | 30.37 | - |
| YUV | 149.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 144 | 0 | 0.21 | 0.18 | 0.31 | 350.27 | 0.19 | 0.61 |
| Hex | AF | 8A | 90 | 0 | 15 | 12 | 1F | 15E | 13 | 3D |
| Octal | 257 | 212 | 220 | 0 | 25 | 22 | 37 | 536 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10010000 | 0 | 10101 | 10010 | 11111 | 101011110 | 10011 | 111101 |
Color Harmonies of #AF8A90
Complementary color
Monochromatic Colors of #AF8A90
Black with #AF8A90
Text Example
Text Example
White with #AF8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A90; }
p { color: rgb(175,138,144); }
H1.HeaderClassName
{
color: #AF8A90;
}
.AnyTagClassName
{
color: #AF8A90;
}
</style>
background-color css
<style>
a { background-color: #AF8A90; }
a { background-color: rgb(175,138,144); }
div.DivClassName
{
background-color: #AF8A90;
}
.BgClassName
{
background-color: #AF8A90;
}
</style>
border-color css
<style>
span { border-color: #AF8A90; }
span { border-color: rgb(175,138,144); }
td.TdClassName
{
border-color: #AF8A90;
}
.TagClassName
{
border-color: #AF8A90;
}
</style>