Shades of Violet Blue #AF609D
Tints of Violet Blue #AF609D
RGB
CMYK
RGB Variations
Color information
#AF609D (or 0xAF609D) is known color: Violet Blue. HEX triplet: AF, 60 and 9D. RGB value is (175,96,157). Sum of RGB (Red+Green+Blue) = 175+96+157=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609D is #509F62. Grayscale: #7E7E7E. Windows color (decimal): -5283683 or 10313903. OLE color: 10313903.
HSL color Cylindrical-coordinate representation of color #AF609D: hue angle of 313.67º 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 #AF609D is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 157 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.31 |
| HSL | 313.67º | 0.33% | 0.53% | - |
| HSV(B) | 313.67º | 0.45% | 0.69% | - |
| XYZ | 27.95 | 19.91 | 34.27 | - |
| YUV | 126.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 157 | 0 | 0.45 | 0.10 | 0.31 | 313.67 | 0.33 | 0.53 |
| Hex | AF | 60 | 9D | 0 | 2D | A | 1F | 13A | 21 | 35 |
| Octal | 257 | 140 | 235 | 0 | 55 | 12 | 37 | 472 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10011101 | 0 | 101101 | 1010 | 11111 | 100111010 | 100001 | 110101 |
Color Harmonies of #AF609D
Complementary color
Monochromatic Colors of #AF609D
Black with #AF609D
Text Example
Text Example
White with #AF609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF609D; }
p { color: rgb(175,96,157); }
H1.HeaderClassName
{
color: #AF609D;
}
.AnyTagClassName
{
color: #AF609D;
}
</style>
background-color css
<style>
a { background-color: #AF609D; }
a { background-color: rgb(175,96,157); }
div.DivClassName
{
background-color: #AF609D;
}
.BgClassName
{
background-color: #AF609D;
}
</style>
border-color css
<style>
span { border-color: #AF609D; }
span { border-color: rgb(175,96,157); }
td.TdClassName
{
border-color: #AF609D;
}
.TagClassName
{
border-color: #AF609D;
}
</style>