Shades of Medium Purple #A27ADF
Tints of Medium Purple #A27ADF
RGB
CMYK
RGB Variations
Color information
#A27ADF (or 0xA27ADF) is known color: Medium Purple. HEX triplet: A2, 7A and DF. RGB value is (162,122,223). Sum of RGB (Red+Green+Blue) = 162+122+223=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #A27ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ADF is #5D8520. Grayscale: #919191. Windows color (decimal): -6128929 or 14645922. OLE color: 14645922.
HSL color Cylindrical-coordinate representation of color #A27ADF: hue angle of 263.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A27ADF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 122 | 223 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 263.76º | 0.61% | 0.68% | - |
| HSV(B) | 263.76º | 0.45% | 0.87% | - |
| XYZ | 35.18 | 26.93 | 73.16 | - |
| YUV | 145.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 223 | 0.27 | 0.45 | 0 | 0.13 | 263.76 | 0.61 | 0.68 |
| Hex | A2 | 7A | DF | 1B | 2D | 0 | D | 108 | 3D | 44 |
| Octal | 242 | 172 | 337 | 33 | 55 | 0 | 15 | 410 | 75 | 104 |
| Binary | 10100010 | 1111010 | 11011111 | 11011 | 101101 | 0 | 1101 | 100001000 | 111101 | 1000100 |
Color Harmonies of #A27ADF
Complementary color
Monochromatic Colors of #A27ADF
Black with #A27ADF
Text Example
Text Example
White with #A27ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ADF; }
p { color: rgb(162,122,223); }
H1.HeaderClassName
{
color: #A27ADF;
}
.AnyTagClassName
{
color: #A27ADF;
}
</style>
background-color css
<style>
a { background-color: #A27ADF; }
a { background-color: rgb(162,122,223); }
div.DivClassName
{
background-color: #A27ADF;
}
.BgClassName
{
background-color: #A27ADF;
}
</style>
border-color css
<style>
span { border-color: #A27ADF; }
span { border-color: rgb(162,122,223); }
td.TdClassName
{
border-color: #A27ADF;
}
.TagClassName
{
border-color: #A27ADF;
}
</style>