Shades of Medium Purple #AF78ED
Tints of Medium Purple #AF78ED
RGB
CMYK
RGB Variations
Color information
#AF78ED (or 0xAF78ED) is known color: Medium Purple. HEX triplet: AF, 78 and ED. RGB value is (175,120,237). Sum of RGB (Red+Green+Blue) = 175+120+237=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78ED is #508712. Grayscale: #959595. Windows color (decimal): -5277459 or 15562927. OLE color: 15562927.
HSL color Cylindrical-coordinate representation of color #AF78ED: hue angle of 268.21º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF78ED is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 120 | 237 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 268.21º | 0.76% | 0.7% | - |
| HSV(B) | 268.21º | 0.49% | 0.93% | - |
| XYZ | 39.68 | 28.66 | 83.56 | - |
| YUV | 149.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 237 | 0.26 | 0.49 | 0 | 0.07 | 268.21 | 0.76 | 0.7 |
| Hex | AF | 78 | ED | 1A | 31 | 0 | 7 | 10C | 4C | 46 |
| Octal | 257 | 170 | 355 | 32 | 61 | 0 | 7 | 414 | 114 | 106 |
| Binary | 10101111 | 1111000 | 11101101 | 11010 | 110001 | 0 | 111 | 100001100 | 1001100 | 1000110 |
Color Harmonies of #AF78ED
Complementary color
Monochromatic Colors of #AF78ED
Black with #AF78ED
Text Example
Text Example
White with #AF78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78ED; }
p { color: rgb(175,120,237); }
H1.HeaderClassName
{
color: #AF78ED;
}
.AnyTagClassName
{
color: #AF78ED;
}
</style>
background-color css
<style>
a { background-color: #AF78ED; }
a { background-color: rgb(175,120,237); }
div.DivClassName
{
background-color: #AF78ED;
}
.BgClassName
{
background-color: #AF78ED;
}
</style>
border-color css
<style>
span { border-color: #AF78ED; }
span { border-color: rgb(175,120,237); }
td.TdClassName
{
border-color: #AF78ED;
}
.TagClassName
{
border-color: #AF78ED;
}
</style>