Shades of Medium Purple #A270EE
Tints of Medium Purple #A270EE
RGB
CMYK
RGB Variations
Color information
#A270EE (or 0xA270EE) is known color: Medium Purple. HEX triplet: A2, 70 and EE. RGB value is (162,112,238). Sum of RGB (Red+Green+Blue) = 162+112+238=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #A270EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270EE is #5D8F11. Grayscale: #8C8C8C. Windows color (decimal): -6131474 or 15626402. OLE color: 15626402.
HSL color Cylindrical-coordinate representation of color #A270EE: hue angle of 263.81º 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 #A270EE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 112 | 238 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.81º | 0.79% | 0.69% | - |
| HSV(B) | 263.81º | 0.53% | 0.93% | - |
| XYZ | 36.13 | 25.44 | 83.9 | - |
| YUV | 141.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 238 | 0.32 | 0.53 | 0 | 0.07 | 263.81 | 0.79 | 0.69 |
| Hex | A2 | 70 | EE | 20 | 35 | 0 | 7 | 108 | 4F | 45 |
| Octal | 242 | 160 | 356 | 40 | 65 | 0 | 7 | 410 | 117 | 105 |
| Binary | 10100010 | 1110000 | 11101110 | 100000 | 110101 | 0 | 111 | 100001000 | 1001111 | 1000101 |
Color Harmonies of #A270EE
Complementary color
Monochromatic Colors of #A270EE
Black with #A270EE
Text Example
Text Example
White with #A270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270EE; }
p { color: rgb(162,112,238); }
H1.HeaderClassName
{
color: #A270EE;
}
.AnyTagClassName
{
color: #A270EE;
}
</style>
background-color css
<style>
a { background-color: #A270EE; }
a { background-color: rgb(162,112,238); }
div.DivClassName
{
background-color: #A270EE;
}
.BgClassName
{
background-color: #A270EE;
}
</style>
border-color css
<style>
span { border-color: #A270EE; }
span { border-color: rgb(162,112,238); }
td.TdClassName
{
border-color: #A270EE;
}
.TagClassName
{
border-color: #A270EE;
}
</style>