Shades of Medium Violet Red #AF067B
Tints of Medium Violet Red #AF067B
RGB
CMYK
RGB Variations
Color information
#AF067B (or 0xAF067B) is known color: Medium Violet Red. HEX triplet: AF, 06 and 7B. RGB value is (175,6,123). Sum of RGB (Red+Green+Blue) = 175+6+123=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF067B is #50F984. Grayscale: #454545. Windows color (decimal): -5306757 or 8062639. OLE color: 8062639.
HSL color Cylindrical-coordinate representation of color #AF067B: hue angle of 318.46º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF067B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.31 |
| HSL | 318.46º | 0.93% | 0.35% | - |
| HSV(B) | 318.46º | 0.97% | 0.69% | - |
| XYZ | 21.32 | 10.67 | 19.68 | - |
| YUV | 69.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 123 | 0 | 0.97 | 0.30 | 0.31 | 318.46 | 0.93 | 0.35 |
| Hex | AF | 6 | 7B | 0 | 61 | 1E | 1F | 13E | 5D | 23 |
| Octal | 257 | 6 | 173 | 0 | 141 | 36 | 37 | 476 | 135 | 43 |
| Binary | 10101111 | 110 | 1111011 | 0 | 1100001 | 11110 | 11111 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AF067B
Complementary color
Monochromatic Colors of #AF067B
Black with #AF067B
Text Example
Text Example
White with #AF067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF067B; }
p { color: rgb(175,6,123); }
H1.HeaderClassName
{
color: #AF067B;
}
.AnyTagClassName
{
color: #AF067B;
}
</style>
background-color css
<style>
a { background-color: #AF067B; }
a { background-color: rgb(175,6,123); }
div.DivClassName
{
background-color: #AF067B;
}
.BgClassName
{
background-color: #AF067B;
}
</style>
border-color css
<style>
span { border-color: #AF067B; }
span { border-color: rgb(175,6,123); }
td.TdClassName
{
border-color: #AF067B;
}
.TagClassName
{
border-color: #AF067B;
}
</style>