Shades of Medium Purple #AF7DED
Tints of Medium Purple #AF7DED
RGB
CMYK
RGB Variations
Color information
#AF7DED (or 0xAF7DED) is known color: Medium Purple. HEX triplet: AF, 7D and ED. RGB value is (175,125,237). Sum of RGB (Red+Green+Blue) = 175+125+237=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DED is #508212. Grayscale: #989898. Windows color (decimal): -5276179 or 15564207. OLE color: 15564207.
HSL color Cylindrical-coordinate representation of color #AF7DED: hue angle of 266.79º 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 #AF7DED is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 125 | 237 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.07 |
| HSL | 266.79º | 0.76% | 0.71% | - |
| HSV(B) | 266.79º | 0.47% | 0.93% | - |
| XYZ | 40.3 | 29.9 | 83.77 | - |
| YUV | 152.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 237 | 0.26 | 0.47 | 0 | 0.07 | 266.79 | 0.76 | 0.71 |
| Hex | AF | 7D | ED | 1A | 2F | 0 | 7 | 10B | 4C | 47 |
| Octal | 257 | 175 | 355 | 32 | 57 | 0 | 7 | 413 | 114 | 107 |
| Binary | 10101111 | 1111101 | 11101101 | 11010 | 101111 | 0 | 111 | 100001011 | 1001100 | 1000111 |
Color Harmonies of #AF7DED
Complementary color
Monochromatic Colors of #AF7DED
Black with #AF7DED
Text Example
Text Example
White with #AF7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DED; }
p { color: rgb(175,125,237); }
H1.HeaderClassName
{
color: #AF7DED;
}
.AnyTagClassName
{
color: #AF7DED;
}
</style>
background-color css
<style>
a { background-color: #AF7DED; }
a { background-color: rgb(175,125,237); }
div.DivClassName
{
background-color: #AF7DED;
}
.BgClassName
{
background-color: #AF7DED;
}
</style>
border-color css
<style>
span { border-color: #AF7DED; }
span { border-color: rgb(175,125,237); }
td.TdClassName
{
border-color: #AF7DED;
}
.TagClassName
{
border-color: #AF7DED;
}
</style>