Shades of Violet Blue #AF609E
Tints of Violet Blue #AF609E
RGB
CMYK
RGB Variations
Color information
#AF609E (or 0xAF609E) is known color: Violet Blue. HEX triplet: AF, 60 and 9E. RGB value is (175,96,158). Sum of RGB (Red+Green+Blue) = 175+96+158=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609E is #509F61. Grayscale: #7E7E7E. Windows color (decimal): -5283682 or 10379439. OLE color: 10379439.
HSL color Cylindrical-coordinate representation of color #AF609E: hue angle of 312.91º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF609E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 158 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.31 |
| HSL | 312.91º | 0.33% | 0.53% | - |
| HSV(B) | 312.91º | 0.45% | 0.69% | - |
| XYZ | 28.03 | 19.95 | 34.72 | - |
| YUV | 126.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 158 | 0 | 0.45 | 0.10 | 0.31 | 312.91 | 0.33 | 0.53 |
| Hex | AF | 60 | 9E | 0 | 2D | A | 1F | 139 | 21 | 35 |
| Octal | 257 | 140 | 236 | 0 | 55 | 12 | 37 | 471 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10011110 | 0 | 101101 | 1010 | 11111 | 100111001 | 100001 | 110101 |
Color Harmonies of #AF609E
Complementary color
Monochromatic Colors of #AF609E
Black with #AF609E
Text Example
Text Example
White with #AF609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF609E; }
p { color: rgb(175,96,158); }
H1.HeaderClassName
{
color: #AF609E;
}
.AnyTagClassName
{
color: #AF609E;
}
</style>
background-color css
<style>
a { background-color: #AF609E; }
a { background-color: rgb(175,96,158); }
div.DivClassName
{
background-color: #AF609E;
}
.BgClassName
{
background-color: #AF609E;
}
</style>
border-color css
<style>
span { border-color: #AF609E; }
span { border-color: rgb(175,96,158); }
td.TdClassName
{
border-color: #AF609E;
}
.TagClassName
{
border-color: #AF609E;
}
</style>