Shades of Medium Purple #A27DD4
Tints of Medium Purple #A27DD4
RGB
CMYK
RGB Variations
Color information
#A27DD4 (or 0xA27DD4) is known color: Medium Purple. HEX triplet: A2, 7D and D4. RGB value is (162,125,212). Sum of RGB (Red+Green+Blue) = 162+125+212=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #A27DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DD4 is #5D822B. Grayscale: #919191. Windows color (decimal): -6128172 or 13925794. OLE color: 13925794.
HSL color Cylindrical-coordinate representation of color #A27DD4: hue angle of 265.52º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A27DD4 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 125 | 212 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.17 |
| HSL | 265.52º | 0.5% | 0.66% | - |
| HSV(B) | 265.52º | 0.41% | 0.83% | - |
| XYZ | 34.12 | 27.1 | 65.72 | - |
| YUV | 145.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 212 | 0.24 | 0.41 | 0 | 0.17 | 265.52 | 0.5 | 0.66 |
| Hex | A2 | 7D | D4 | 18 | 29 | 0 | 11 | 10A | 32 | 42 |
| Octal | 242 | 175 | 324 | 30 | 51 | 0 | 21 | 412 | 62 | 102 |
| Binary | 10100010 | 1111101 | 11010100 | 11000 | 101001 | 0 | 10001 | 100001010 | 110010 | 1000010 |
Color Harmonies of #A27DD4
Complementary color
Monochromatic Colors of #A27DD4
Black with #A27DD4
Text Example
Text Example
White with #A27DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DD4; }
p { color: rgb(162,125,212); }
H1.HeaderClassName
{
color: #A27DD4;
}
.AnyTagClassName
{
color: #A27DD4;
}
</style>
background-color css
<style>
a { background-color: #A27DD4; }
a { background-color: rgb(162,125,212); }
div.DivClassName
{
background-color: #A27DD4;
}
.BgClassName
{
background-color: #A27DD4;
}
</style>
border-color css
<style>
span { border-color: #A27DD4; }
span { border-color: rgb(162,125,212); }
td.TdClassName
{
border-color: #A27DD4;
}
.TagClassName
{
border-color: #A27DD4;
}
</style>