Shades of Medium Purple #AF7EEC
Tints of Medium Purple #AF7EEC
RGB
CMYK
RGB Variations
Color information
#AF7EEC (or 0xAF7EEC) is known color: Medium Purple. HEX triplet: AF, 7E and EC. RGB value is (175,126,236). Sum of RGB (Red+Green+Blue) = 175+126+236=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EEC is #508113. Grayscale: #989898. Windows color (decimal): -5275924 or 15498927. OLE color: 15498927.
HSL color Cylindrical-coordinate representation of color #AF7EEC: hue angle of 266.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7EEC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 126 | 236 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.07 |
| HSL | 266.73º | 0.74% | 0.71% | - |
| HSV(B) | 266.73º | 0.47% | 0.93% | - |
| XYZ | 40.28 | 30.09 | 83.04 | - |
| YUV | 153.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 236 | 0.26 | 0.47 | 0 | 0.07 | 266.73 | 0.74 | 0.71 |
| Hex | AF | 7E | EC | 1A | 2F | 0 | 7 | 10B | 4A | 47 |
| Octal | 257 | 176 | 354 | 32 | 57 | 0 | 7 | 413 | 112 | 107 |
| Binary | 10101111 | 1111110 | 11101100 | 11010 | 101111 | 0 | 111 | 100001011 | 1001010 | 1000111 |
Color Harmonies of #AF7EEC
Complementary color
Monochromatic Colors of #AF7EEC
Black with #AF7EEC
Text Example
Text Example
White with #AF7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EEC; }
p { color: rgb(175,126,236); }
H1.HeaderClassName
{
color: #AF7EEC;
}
.AnyTagClassName
{
color: #AF7EEC;
}
</style>
background-color css
<style>
a { background-color: #AF7EEC; }
a { background-color: rgb(175,126,236); }
div.DivClassName
{
background-color: #AF7EEC;
}
.BgClassName
{
background-color: #AF7EEC;
}
</style>
border-color css
<style>
span { border-color: #AF7EEC; }
span { border-color: rgb(175,126,236); }
td.TdClassName
{
border-color: #AF7EEC;
}
.TagClassName
{
border-color: #AF7EEC;
}
</style>