Shades of Medium Purple #AF7BE7
Tints of Medium Purple #AF7BE7
RGB
CMYK
RGB Variations
Color information
#AF7BE7 (or 0xAF7BE7) is known color: Medium Purple. HEX triplet: AF, 7B and E7. RGB value is (175,123,231). Sum of RGB (Red+Green+Blue) = 175+123+231=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BE7 is #508418. Grayscale: #969696. Windows color (decimal): -5276697 or 15170479. OLE color: 15170479.
HSL color Cylindrical-coordinate representation of color #AF7BE7: hue angle of 268.89º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7BE7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 123 | 231 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.09 |
| HSL | 268.89º | 0.69% | 0.69% | - |
| HSV(B) | 268.89º | 0.47% | 0.91% | - |
| XYZ | 39.19 | 29.05 | 79.14 | - |
| YUV | 150.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 231 | 0.24 | 0.47 | 0 | 0.09 | 268.89 | 0.69 | 0.69 |
| Hex | AF | 7B | E7 | 18 | 2F | 0 | 9 | 10D | 45 | 45 |
| Octal | 257 | 173 | 347 | 30 | 57 | 0 | 11 | 415 | 105 | 105 |
| Binary | 10101111 | 1111011 | 11100111 | 11000 | 101111 | 0 | 1001 | 100001101 | 1000101 | 1000101 |
Color Harmonies of #AF7BE7
Complementary color
Monochromatic Colors of #AF7BE7
Black with #AF7BE7
Text Example
Text Example
White with #AF7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BE7; }
p { color: rgb(175,123,231); }
H1.HeaderClassName
{
color: #AF7BE7;
}
.AnyTagClassName
{
color: #AF7BE7;
}
</style>
background-color css
<style>
a { background-color: #AF7BE7; }
a { background-color: rgb(175,123,231); }
div.DivClassName
{
background-color: #AF7BE7;
}
.BgClassName
{
background-color: #AF7BE7;
}
</style>
border-color css
<style>
span { border-color: #AF7BE7; }
span { border-color: rgb(175,123,231); }
td.TdClassName
{
border-color: #AF7BE7;
}
.TagClassName
{
border-color: #AF7BE7;
}
</style>