Shades of Medium Purple #AF78EE
Tints of Medium Purple #AF78EE
RGB
CMYK
RGB Variations
Color information
#AF78EE (or 0xAF78EE) is known color: Medium Purple. HEX triplet: AF, 78 and EE. RGB value is (175,120,238). Sum of RGB (Red+Green+Blue) = 175+120+238=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78EE is #508711. Grayscale: #959595. Windows color (decimal): -5277458 or 15628463. OLE color: 15628463.
HSL color Cylindrical-coordinate representation of color #AF78EE: hue angle of 267.97º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF78EE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 120 | 238 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 267.97º | 0.78% | 0.7% | - |
| HSV(B) | 267.97º | 0.5% | 0.93% | - |
| XYZ | 39.83 | 28.72 | 84.33 | - |
| YUV | 149.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 238 | 0.26 | 0.50 | 0 | 0.07 | 267.97 | 0.78 | 0.7 |
| Hex | AF | 78 | EE | 1A | 32 | 0 | 7 | 10C | 4E | 46 |
| Octal | 257 | 170 | 356 | 32 | 62 | 0 | 7 | 414 | 116 | 106 |
| Binary | 10101111 | 1111000 | 11101110 | 11010 | 110010 | 0 | 111 | 100001100 | 1001110 | 1000110 |
Color Harmonies of #AF78EE
Complementary color
Monochromatic Colors of #AF78EE
Black with #AF78EE
Text Example
Text Example
White with #AF78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78EE; }
p { color: rgb(175,120,238); }
H1.HeaderClassName
{
color: #AF78EE;
}
.AnyTagClassName
{
color: #AF78EE;
}
</style>
background-color css
<style>
a { background-color: #AF78EE; }
a { background-color: rgb(175,120,238); }
div.DivClassName
{
background-color: #AF78EE;
}
.BgClassName
{
background-color: #AF78EE;
}
</style>
border-color css
<style>
span { border-color: #AF78EE; }
span { border-color: rgb(175,120,238); }
td.TdClassName
{
border-color: #AF78EE;
}
.TagClassName
{
border-color: #AF78EE;
}
</style>