Shades of Medium Purple #AF70EE
Tints of Medium Purple #AF70EE
RGB
CMYK
RGB Variations
Color information
#AF70EE (or 0xAF70EE) is known color: Medium Purple. HEX triplet: AF, 70 and EE. RGB value is (175,112,238). Sum of RGB (Red+Green+Blue) = 175+112+238=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70EE is #508F11. Grayscale: #909090. Windows color (decimal): -5279506 or 15626415. OLE color: 15626415.
HSL color Cylindrical-coordinate representation of color #AF70EE: hue angle of 270º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF70EE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 112 | 238 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.69% | - |
| HSV(B) | 270º | 0.53% | 0.93% | - |
| XYZ | 38.91 | 26.88 | 84.03 | - |
| YUV | 145.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 238 | 0.26 | 0.53 | 0 | 0.07 | 270 | 0.79 | 0.69 |
| Hex | AF | 70 | EE | 1A | 35 | 0 | 7 | 10E | 4F | 45 |
| Octal | 257 | 160 | 356 | 32 | 65 | 0 | 7 | 416 | 117 | 105 |
| Binary | 10101111 | 1110000 | 11101110 | 11010 | 110101 | 0 | 111 | 100001110 | 1001111 | 1000101 |
Color Harmonies of #AF70EE
Complementary color
Monochromatic Colors of #AF70EE
Black with #AF70EE
Text Example
Text Example
White with #AF70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70EE; }
p { color: rgb(175,112,238); }
H1.HeaderClassName
{
color: #AF70EE;
}
.AnyTagClassName
{
color: #AF70EE;
}
</style>
background-color css
<style>
a { background-color: #AF70EE; }
a { background-color: rgb(175,112,238); }
div.DivClassName
{
background-color: #AF70EE;
}
.BgClassName
{
background-color: #AF70EE;
}
</style>
border-color css
<style>
span { border-color: #AF70EE; }
span { border-color: rgb(175,112,238); }
td.TdClassName
{
border-color: #AF70EE;
}
.TagClassName
{
border-color: #AF70EE;
}
</style>