Shades of Medium Red Violet #AF269B
Tints of Medium Red Violet #AF269B
RGB
CMYK
RGB Variations
Color information
#AF269B (or 0xAF269B) is known color: Medium Red Violet. HEX triplet: AF, 26 and 9B. RGB value is (175,38,155). Sum of RGB (Red+Green+Blue) = 175+38+155=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF269B is #50D964. Grayscale: #5B5B5B. Windows color (decimal): -5298533 or 10167983. OLE color: 10167983.
HSL color Cylindrical-coordinate representation of color #AF269B: hue angle of 308.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF269B is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.31 |
| HSL | 308.76º | 0.64% | 0.42% | - |
| HSV(B) | 308.76º | 0.78% | 0.69% | - |
| XYZ | 24.29 | 12.87 | 32.21 | - |
| YUV | 92.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 155 | 0 | 0.78 | 0.11 | 0.31 | 308.76 | 0.64 | 0.42 |
| Hex | AF | 26 | 9B | 0 | 4E | B | 1F | 135 | 40 | 2A |
| Octal | 257 | 46 | 233 | 0 | 116 | 13 | 37 | 465 | 100 | 52 |
| Binary | 10101111 | 100110 | 10011011 | 0 | 1001110 | 1011 | 11111 | 100110101 | 1000000 | 101010 |
Color Harmonies of #AF269B
Complementary color
Monochromatic Colors of #AF269B
Black with #AF269B
Text Example
Text Example
White with #AF269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF269B; }
p { color: rgb(175,38,155); }
H1.HeaderClassName
{
color: #AF269B;
}
.AnyTagClassName
{
color: #AF269B;
}
</style>
background-color css
<style>
a { background-color: #AF269B; }
a { background-color: rgb(175,38,155); }
div.DivClassName
{
background-color: #AF269B;
}
.BgClassName
{
background-color: #AF269B;
}
</style>
border-color css
<style>
span { border-color: #AF269B; }
span { border-color: rgb(175,38,155); }
td.TdClassName
{
border-color: #AF269B;
}
.TagClassName
{
border-color: #AF269B;
}
</style>