Shades of Medium Purple #A275DE
Tints of Medium Purple #A275DE
RGB
CMYK
RGB Variations
Color information
#A275DE (or 0xA275DE) is known color: Medium Purple. HEX triplet: A2, 75 and DE. RGB value is (162,117,222). Sum of RGB (Red+Green+Blue) = 162+117+222=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #A275DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275DE is #5D8A21. Grayscale: #8E8E8E. Windows color (decimal): -6130210 or 14579106. OLE color: 14579106.
HSL color Cylindrical-coordinate representation of color #A275DE: hue angle of 265.71º degrees, saturation: 0.61, 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 #A275DE is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 117 | 222 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 265.71º | 0.61% | 0.66% | - |
| HSV(B) | 265.71º | 0.47% | 0.87% | - |
| XYZ | 34.45 | 25.68 | 72.25 | - |
| YUV | 142.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 222 | 0.27 | 0.47 | 0 | 0.13 | 265.71 | 0.61 | 0.66 |
| Hex | A2 | 75 | DE | 1B | 2F | 0 | D | 10A | 3D | 42 |
| Octal | 242 | 165 | 336 | 33 | 57 | 0 | 15 | 412 | 75 | 102 |
| Binary | 10100010 | 1110101 | 11011110 | 11011 | 101111 | 0 | 1101 | 100001010 | 111101 | 1000010 |
Color Harmonies of #A275DE
Complementary color
Monochromatic Colors of #A275DE
Black with #A275DE
Text Example
Text Example
White with #A275DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275DE; }
p { color: rgb(162,117,222); }
H1.HeaderClassName
{
color: #A275DE;
}
.AnyTagClassName
{
color: #A275DE;
}
</style>
background-color css
<style>
a { background-color: #A275DE; }
a { background-color: rgb(162,117,222); }
div.DivClassName
{
background-color: #A275DE;
}
.BgClassName
{
background-color: #A275DE;
}
</style>
border-color css
<style>
span { border-color: #A275DE; }
span { border-color: rgb(162,117,222); }
td.TdClassName
{
border-color: #A275DE;
}
.TagClassName
{
border-color: #A275DE;
}
</style>