Shades of Medium Purple #A275DD
Tints of Medium Purple #A275DD
RGB
CMYK
RGB Variations
Color information
#A275DD (or 0xA275DD) is known color: Medium Purple. HEX triplet: A2, 75 and DD. RGB value is (162,117,221). Sum of RGB (Red+Green+Blue) = 162+117+221=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #A275DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275DD is #5D8A22. Grayscale: #8D8D8D. Windows color (decimal): -6130211 or 14513570. OLE color: 14513570.
HSL color Cylindrical-coordinate representation of color #A275DD: hue angle of 265.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A275DD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 117 | 221 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 265.96º | 0.6% | 0.66% | - |
| HSV(B) | 265.96º | 0.47% | 0.87% | - |
| XYZ | 34.31 | 25.62 | 71.54 | - |
| YUV | 142.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 221 | 0.27 | 0.47 | 0 | 0.13 | 265.96 | 0.6 | 0.66 |
| Hex | A2 | 75 | DD | 1B | 2F | 0 | D | 10A | 3C | 42 |
| Octal | 242 | 165 | 335 | 33 | 57 | 0 | 15 | 412 | 74 | 102 |
| Binary | 10100010 | 1110101 | 11011101 | 11011 | 101111 | 0 | 1101 | 100001010 | 111100 | 1000010 |
Color Harmonies of #A275DD
Complementary color
Monochromatic Colors of #A275DD
Black with #A275DD
Text Example
Text Example
White with #A275DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275DD; }
p { color: rgb(162,117,221); }
H1.HeaderClassName
{
color: #A275DD;
}
.AnyTagClassName
{
color: #A275DD;
}
</style>
background-color css
<style>
a { background-color: #A275DD; }
a { background-color: rgb(162,117,221); }
div.DivClassName
{
background-color: #A275DD;
}
.BgClassName
{
background-color: #A275DD;
}
</style>
border-color css
<style>
span { border-color: #A275DD; }
span { border-color: rgb(162,117,221); }
td.TdClassName
{
border-color: #A275DD;
}
.TagClassName
{
border-color: #A275DD;
}
</style>