Shades of Medium Purple #A275E8
Tints of Medium Purple #A275E8
RGB
CMYK
RGB Variations
Color information
#A275E8 (or 0xA275E8) is known color: Medium Purple. HEX triplet: A2, 75 and E8. RGB value is (162,117,232). Sum of RGB (Red+Green+Blue) = 162+117+232=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #A275E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275E8 is #5D8A17. Grayscale: #8F8F8F. Windows color (decimal): -6130200 or 15234466. OLE color: 15234466.
HSL color Cylindrical-coordinate representation of color #A275E8: hue angle of 263.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A275E8 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 117 | 232 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.09 |
| HSL | 263.48º | 0.71% | 0.68% | - |
| HSV(B) | 263.48º | 0.5% | 0.91% | - |
| XYZ | 35.83 | 26.23 | 79.52 | - |
| YUV | 143.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 232 | 0.30 | 0.50 | 0 | 0.09 | 263.48 | 0.71 | 0.68 |
| Hex | A2 | 75 | E8 | 1E | 32 | 0 | 9 | 107 | 47 | 44 |
| Octal | 242 | 165 | 350 | 36 | 62 | 0 | 11 | 407 | 107 | 104 |
| Binary | 10100010 | 1110101 | 11101000 | 11110 | 110010 | 0 | 1001 | 100000111 | 1000111 | 1000100 |
Color Harmonies of #A275E8
Complementary color
Monochromatic Colors of #A275E8
Black with #A275E8
Text Example
Text Example
White with #A275E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275E8; }
p { color: rgb(162,117,232); }
H1.HeaderClassName
{
color: #A275E8;
}
.AnyTagClassName
{
color: #A275E8;
}
</style>
background-color css
<style>
a { background-color: #A275E8; }
a { background-color: rgb(162,117,232); }
div.DivClassName
{
background-color: #A275E8;
}
.BgClassName
{
background-color: #A275E8;
}
</style>
border-color css
<style>
span { border-color: #A275E8; }
span { border-color: rgb(162,117,232); }
td.TdClassName
{
border-color: #A275E8;
}
.TagClassName
{
border-color: #A275E8;
}
</style>