Shades of Medium Red Violet #AF239B
Tints of Medium Red Violet #AF239B
RGB
CMYK
RGB Variations
Color information
#AF239B (or 0xAF239B) is known color: Medium Red Violet. HEX triplet: AF, 23 and 9B. RGB value is (175,35,155). Sum of RGB (Red+Green+Blue) = 175+35+155=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF239B is #50DC64. Grayscale: #5A5A5A. Windows color (decimal): -5299301 or 10167215. OLE color: 10167215.
HSL color Cylindrical-coordinate representation of color #AF239B: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF239B is Cyan = 0, Magento = 0.8, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 155 | - |
| CMYK | 0 | 0.8 | 0.11 | 0.31 |
| HSL | 308.57º | 0.67% | 0.41% | - |
| HSV(B) | 308.57º | 0.8% | 0.69% | - |
| XYZ | 24.2 | 12.68 | 32.18 | - |
| YUV | 90.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 155 | 0 | 0.8 | 0.11 | 0.31 | 308.57 | 0.67 | 0.41 |
| Hex | AF | 23 | 9B | 0 | 50 | B | 1F | 135 | 43 | 29 |
| Octal | 257 | 43 | 233 | 0 | 120 | 13 | 37 | 465 | 103 | 51 |
| Binary | 10101111 | 100011 | 10011011 | 0 | 1010000 | 1011 | 11111 | 100110101 | 1000011 | 101001 |
Color Harmonies of #AF239B
Complementary color
Monochromatic Colors of #AF239B
Black with #AF239B
Text Example
Text Example
White with #AF239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF239B; }
p { color: rgb(175,35,155); }
H1.HeaderClassName
{
color: #AF239B;
}
.AnyTagClassName
{
color: #AF239B;
}
</style>
background-color css
<style>
a { background-color: #AF239B; }
a { background-color: rgb(175,35,155); }
div.DivClassName
{
background-color: #AF239B;
}
.BgClassName
{
background-color: #AF239B;
}
</style>
border-color css
<style>
span { border-color: #AF239B; }
span { border-color: rgb(175,35,155); }
td.TdClassName
{
border-color: #AF239B;
}
.TagClassName
{
border-color: #AF239B;
}
</style>