Shades of Medium Purple #AF70EA
Tints of Medium Purple #AF70EA
RGB
CMYK
RGB Variations
Color information
#AF70EA (or 0xAF70EA) is known color: Medium Purple. HEX triplet: AF, 70 and EA. RGB value is (175,112,234). Sum of RGB (Red+Green+Blue) = 175+112+234=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70EA is #508F15. Grayscale: #909090. Windows color (decimal): -5279510 or 15364271. OLE color: 15364271.
HSL color Cylindrical-coordinate representation of color #AF70EA: hue angle of 270.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF70EA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 112 | 234 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.08 |
| HSL | 270.98º | 0.74% | 0.68% | - |
| HSV(B) | 270.98º | 0.52% | 0.92% | - |
| XYZ | 38.32 | 26.64 | 80.96 | - |
| YUV | 144.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 234 | 0.25 | 0.52 | 0 | 0.08 | 270.98 | 0.74 | 0.68 |
| Hex | AF | 70 | EA | 19 | 34 | 0 | 8 | 10F | 4A | 44 |
| Octal | 257 | 160 | 352 | 31 | 64 | 0 | 10 | 417 | 112 | 104 |
| Binary | 10101111 | 1110000 | 11101010 | 11001 | 110100 | 0 | 1000 | 100001111 | 1001010 | 1000100 |
Color Harmonies of #AF70EA
Complementary color
Monochromatic Colors of #AF70EA
Black with #AF70EA
Text Example
Text Example
White with #AF70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70EA; }
p { color: rgb(175,112,234); }
H1.HeaderClassName
{
color: #AF70EA;
}
.AnyTagClassName
{
color: #AF70EA;
}
</style>
background-color css
<style>
a { background-color: #AF70EA; }
a { background-color: rgb(175,112,234); }
div.DivClassName
{
background-color: #AF70EA;
}
.BgClassName
{
background-color: #AF70EA;
}
</style>
border-color css
<style>
span { border-color: #AF70EA; }
span { border-color: rgb(175,112,234); }
td.TdClassName
{
border-color: #AF70EA;
}
.TagClassName
{
border-color: #AF70EA;
}
</style>