Shades of Medium Purple #A27DEF
Tints of Medium Purple #A27DEF
RGB
CMYK
RGB Variations
Color information
#A27DEF (or 0xA27DEF) is known color: Medium Purple. HEX triplet: A2, 7D and EF. RGB value is (162,125,239). Sum of RGB (Red+Green+Blue) = 162+125+239=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #A27DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DEF is #5D8210. Grayscale: #949494. Windows color (decimal): -6128145 or 15695266. OLE color: 15695266.
HSL color Cylindrical-coordinate representation of color #A27DEF: hue angle of 259.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27DEF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 125 | 239 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.06 |
| HSL | 259.47º | 0.78% | 0.71% | - |
| HSV(B) | 259.47º | 0.48% | 0.94% | - |
| XYZ | 37.81 | 28.58 | 85.18 | - |
| YUV | 149.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 239 | 0.32 | 0.48 | 0 | 0.06 | 259.47 | 0.78 | 0.71 |
| Hex | A2 | 7D | EF | 20 | 30 | 0 | 6 | 103 | 4E | 47 |
| Octal | 242 | 175 | 357 | 40 | 60 | 0 | 6 | 403 | 116 | 107 |
| Binary | 10100010 | 1111101 | 11101111 | 100000 | 110000 | 0 | 110 | 100000011 | 1001110 | 1000111 |
Color Harmonies of #A27DEF
Complementary color
Monochromatic Colors of #A27DEF
Black with #A27DEF
Text Example
Text Example
White with #A27DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DEF; }
p { color: rgb(162,125,239); }
H1.HeaderClassName
{
color: #A27DEF;
}
.AnyTagClassName
{
color: #A27DEF;
}
</style>
background-color css
<style>
a { background-color: #A27DEF; }
a { background-color: rgb(162,125,239); }
div.DivClassName
{
background-color: #A27DEF;
}
.BgClassName
{
background-color: #A27DEF;
}
</style>
border-color css
<style>
span { border-color: #A27DEF; }
span { border-color: rgb(162,125,239); }
td.TdClassName
{
border-color: #A27DEF;
}
.TagClassName
{
border-color: #A27DEF;
}
</style>