Shades of Medium Purple #AF7EFF
Tints of Medium Purple #AF7EFF
RGB
CMYK
RGB Variations
Color information
#AF7EFF (or 0xAF7EFF) is known color: Medium Purple. HEX triplet: AF, 7E and FF. RGB value is (175,126,255). Sum of RGB (Red+Green+Blue) = 175+126+255=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFF is #508100. Grayscale: #9A9A9A. Windows color (decimal): -5275905 or 16744111. OLE color: 16744111.
HSL color Cylindrical-coordinate representation of color #AF7EFF: hue angle of 262.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7EFF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 126 | 255 | - |
| CMYK | 0.31 | 0.51 | 0 | 0 |
| HSL | 262.79º | 1% | 0.75% | - |
| HSV(B) | 262.79º | 0.51% | 1% | - |
| XYZ | 43.19 | 31.26 | 98.36 | - |
| YUV | 155.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 255 | 0.31 | 0.51 | 0 | 0 | 262.79 | 1 | 0.75 |
| Hex | AF | 7E | FF | 1F | 33 | 0 | 0 | 107 | 64 | 4B |
| Octal | 257 | 176 | 377 | 37 | 63 | 0 | 0 | 407 | 144 | 113 |
| Binary | 10101111 | 1111110 | 11111111 | 11111 | 110011 | 0 | 0 | 100000111 | 1100100 | 1001011 |
Color Harmonies of #AF7EFF
Complementary color
Monochromatic Colors of #AF7EFF
Black with #AF7EFF
Text Example
Text Example
White with #AF7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EFF; }
p { color: rgb(175,126,255); }
H1.HeaderClassName
{
color: #AF7EFF;
}
.AnyTagClassName
{
color: #AF7EFF;
}
</style>
background-color css
<style>
a { background-color: #AF7EFF; }
a { background-color: rgb(175,126,255); }
div.DivClassName
{
background-color: #AF7EFF;
}
.BgClassName
{
background-color: #AF7EFF;
}
</style>
border-color css
<style>
span { border-color: #AF7EFF; }
span { border-color: rgb(175,126,255); }
td.TdClassName
{
border-color: #AF7EFF;
}
.TagClassName
{
border-color: #AF7EFF;
}
</style>