Shades of Medium Purple #A27DEE
Tints of Medium Purple #A27DEE
RGB
CMYK
RGB Variations
Color information
#A27DEE (or 0xA27DEE) is known color: Medium Purple. HEX triplet: A2, 7D and EE. RGB value is (162,125,238). Sum of RGB (Red+Green+Blue) = 162+125+238=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 125 (49.22% from 255 or 23.81% 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 #A27DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DEE is #5D8211. Grayscale: #949494. Windows color (decimal): -6128146 or 15629730. OLE color: 15629730.
HSL color Cylindrical-coordinate representation of color #A27DEE: hue angle of 259.65º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27DEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 125 | 238 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 259.65º | 0.77% | 0.71% | - |
| HSV(B) | 259.65º | 0.47% | 0.93% | - |
| XYZ | 37.67 | 28.52 | 84.41 | - |
| YUV | 148.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 238 | 0.32 | 0.47 | 0 | 0.07 | 259.65 | 0.77 | 0.71 |
| Hex | A2 | 7D | EE | 20 | 2F | 0 | 7 | 104 | 4D | 47 |
| Octal | 242 | 175 | 356 | 40 | 57 | 0 | 7 | 404 | 115 | 107 |
| Binary | 10100010 | 1111101 | 11101110 | 100000 | 101111 | 0 | 111 | 100000100 | 1001101 | 1000111 |
Color Harmonies of #A27DEE
Complementary color
Monochromatic Colors of #A27DEE
Black with #A27DEE
Text Example
Text Example
White with #A27DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DEE; }
p { color: rgb(162,125,238); }
H1.HeaderClassName
{
color: #A27DEE;
}
.AnyTagClassName
{
color: #A27DEE;
}
</style>
background-color css
<style>
a { background-color: #A27DEE; }
a { background-color: rgb(162,125,238); }
div.DivClassName
{
background-color: #A27DEE;
}
.BgClassName
{
background-color: #A27DEE;
}
</style>
border-color css
<style>
span { border-color: #A27DEE; }
span { border-color: rgb(162,125,238); }
td.TdClassName
{
border-color: #A27DEE;
}
.TagClassName
{
border-color: #A27DEE;
}
</style>