Shades of Viola #AF929B
Tints of Viola #AF929B
RGB
CMYK
RGB Variations
Color information
#AF929B (or 0xAF929B) is known color: Viola. HEX triplet: AF, 92 and 9B. RGB value is (175,146,155). Sum of RGB (Red+Green+Blue) = 175+146+155=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF929B is #506D64. Grayscale: #9B9B9B. Windows color (decimal): -5270885 or 10195631. OLE color: 10195631.
HSL color Cylindrical-coordinate representation of color #AF929B: hue angle of 341.38º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF929B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 155 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.31 |
| HSL | 341.38º | 0.15% | 0.63% | - |
| HSV(B) | 341.38º | 0.17% | 0.69% | - |
| XYZ | 33.87 | 32.04 | 35.41 | - |
| YUV | 155.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 155 | 0 | 0.17 | 0.11 | 0.31 | 341.38 | 0.15 | 0.63 |
| Hex | AF | 92 | 9B | 0 | 11 | B | 1F | 155 | F | 3F |
| Octal | 257 | 222 | 233 | 0 | 21 | 13 | 37 | 525 | 17 | 77 |
| Binary | 10101111 | 10010010 | 10011011 | 0 | 10001 | 1011 | 11111 | 101010101 | 1111 | 111111 |
Color Harmonies of #AF929B
Complementary color
Monochromatic Colors of #AF929B
Black with #AF929B
Text Example
Text Example
White with #AF929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF929B; }
p { color: rgb(175,146,155); }
H1.HeaderClassName
{
color: #AF929B;
}
.AnyTagClassName
{
color: #AF929B;
}
</style>
background-color css
<style>
a { background-color: #AF929B; }
a { background-color: rgb(175,146,155); }
div.DivClassName
{
background-color: #AF929B;
}
.BgClassName
{
background-color: #AF929B;
}
</style>
border-color css
<style>
span { border-color: #AF929B; }
span { border-color: rgb(175,146,155); }
td.TdClassName
{
border-color: #AF929B;
}
.TagClassName
{
border-color: #AF929B;
}
</style>