Shades of Medium Purple #AF7EED
Tints of Medium Purple #AF7EED
RGB
CMYK
RGB Variations
Color information
#AF7EED (or 0xAF7EED) is known color: Medium Purple. HEX triplet: AF, 7E and ED. RGB value is (175,126,237). Sum of RGB (Red+Green+Blue) = 175+126+237=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EED is #508112. Grayscale: #989898. Windows color (decimal): -5275923 or 15564463. OLE color: 15564463.
HSL color Cylindrical-coordinate representation of color #AF7EED: hue angle of 266.49º degrees, saturation: 0.76, 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 #AF7EED is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 126 | 237 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.07 |
| HSL | 266.49º | 0.76% | 0.71% | - |
| HSV(B) | 266.49º | 0.47% | 0.93% | - |
| XYZ | 40.43 | 30.15 | 83.81 | - |
| YUV | 153.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 237 | 0.26 | 0.47 | 0 | 0.07 | 266.49 | 0.76 | 0.71 |
| Hex | AF | 7E | ED | 1A | 2F | 0 | 7 | 10A | 4C | 47 |
| Octal | 257 | 176 | 355 | 32 | 57 | 0 | 7 | 412 | 114 | 107 |
| Binary | 10101111 | 1111110 | 11101101 | 11010 | 101111 | 0 | 111 | 100001010 | 1001100 | 1000111 |
Color Harmonies of #AF7EED
Complementary color
Monochromatic Colors of #AF7EED
Black with #AF7EED
Text Example
Text Example
White with #AF7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EED; }
p { color: rgb(175,126,237); }
H1.HeaderClassName
{
color: #AF7EED;
}
.AnyTagClassName
{
color: #AF7EED;
}
</style>
background-color css
<style>
a { background-color: #AF7EED; }
a { background-color: rgb(175,126,237); }
div.DivClassName
{
background-color: #AF7EED;
}
.BgClassName
{
background-color: #AF7EED;
}
</style>
border-color css
<style>
span { border-color: #AF7EED; }
span { border-color: rgb(175,126,237); }
td.TdClassName
{
border-color: #AF7EED;
}
.TagClassName
{
border-color: #AF7EED;
}
</style>