Shades of Medium Purple #AF7FEE
Tints of Medium Purple #AF7FEE
RGB
CMYK
RGB Variations
Color information
#AF7FEE (or 0xAF7FEE) is known color: Medium Purple. HEX triplet: AF, 7F and EE. RGB value is (175,127,238). Sum of RGB (Red+Green+Blue) = 175+127+238=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FEE is #508011. Grayscale: #999999. Windows color (decimal): -5275666 or 15630255. OLE color: 15630255.
HSL color Cylindrical-coordinate representation of color #AF7FEE: hue angle of 265.95º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7FEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 127 | 238 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.07 |
| HSL | 265.95º | 0.77% | 0.72% | - |
| HSV(B) | 265.95º | 0.47% | 0.93% | - |
| XYZ | 40.7 | 30.47 | 84.62 | - |
| YUV | 154.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 238 | 0.26 | 0.47 | 0 | 0.07 | 265.95 | 0.77 | 0.72 |
| Hex | AF | 7F | EE | 1A | 2F | 0 | 7 | 10A | 4D | 48 |
| Octal | 257 | 177 | 356 | 32 | 57 | 0 | 7 | 412 | 115 | 110 |
| Binary | 10101111 | 1111111 | 11101110 | 11010 | 101111 | 0 | 111 | 100001010 | 1001101 | 1001000 |
Color Harmonies of #AF7FEE
Complementary color
Monochromatic Colors of #AF7FEE
Black with #AF7FEE
Text Example
Text Example
White with #AF7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FEE; }
p { color: rgb(175,127,238); }
H1.HeaderClassName
{
color: #AF7FEE;
}
.AnyTagClassName
{
color: #AF7FEE;
}
</style>
background-color css
<style>
a { background-color: #AF7FEE; }
a { background-color: rgb(175,127,238); }
div.DivClassName
{
background-color: #AF7FEE;
}
.BgClassName
{
background-color: #AF7FEE;
}
</style>
border-color css
<style>
span { border-color: #AF7FEE; }
span { border-color: rgb(175,127,238); }
td.TdClassName
{
border-color: #AF7FEE;
}
.TagClassName
{
border-color: #AF7FEE;
}
</style>