Shades of Medium Purple #A270DD
Tints of Medium Purple #A270DD
RGB
CMYK
RGB Variations
Color information
#A270DD (or 0xA270DD) is known color: Medium Purple. HEX triplet: A2, 70 and DD. RGB value is (162,112,221). Sum of RGB (Red+Green+Blue) = 162+112+221=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A270DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270DD is #5D8F22. Grayscale: #8A8A8A. Windows color (decimal): -6131491 or 14512290. OLE color: 14512290.
HSL color Cylindrical-coordinate representation of color #A270DD: hue angle of 267.52º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A270DD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 112 | 221 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.13 |
| HSL | 267.52º | 0.62% | 0.65% | - |
| HSV(B) | 267.52º | 0.49% | 0.87% | - |
| XYZ | 33.75 | 24.49 | 71.36 | - |
| YUV | 139.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 221 | 0.27 | 0.49 | 0 | 0.13 | 267.52 | 0.62 | 0.65 |
| Hex | A2 | 70 | DD | 1B | 31 | 0 | D | 10C | 3E | 41 |
| Octal | 242 | 160 | 335 | 33 | 61 | 0 | 15 | 414 | 76 | 101 |
| Binary | 10100010 | 1110000 | 11011101 | 11011 | 110001 | 0 | 1101 | 100001100 | 111110 | 1000001 |
Color Harmonies of #A270DD
Complementary color
Monochromatic Colors of #A270DD
Black with #A270DD
Text Example
Text Example
White with #A270DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270DD; }
p { color: rgb(162,112,221); }
H1.HeaderClassName
{
color: #A270DD;
}
.AnyTagClassName
{
color: #A270DD;
}
</style>
background-color css
<style>
a { background-color: #A270DD; }
a { background-color: rgb(162,112,221); }
div.DivClassName
{
background-color: #A270DD;
}
.BgClassName
{
background-color: #A270DD;
}
</style>
border-color css
<style>
span { border-color: #A270DD; }
span { border-color: rgb(162,112,221); }
td.TdClassName
{
border-color: #A270DD;
}
.TagClassName
{
border-color: #A270DD;
}
</style>