Shades of Medium Purple #A180EE
Tints of Medium Purple #A180EE
RGB
CMYK
RGB Variations
Color information
#A180EE (or 0xA180EE) is known color: Medium Purple. HEX triplet: A1, 80 and EE. RGB value is (161,128,238). Sum of RGB (Red+Green+Blue) = 161+128+238=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #A180EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180EE is #5E7F11. Grayscale: #969696. Windows color (decimal): -6192914 or 15630497. OLE color: 15630497.
HSL color Cylindrical-coordinate representation of color #A180EE: hue angle of 258º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A180EE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 128 | 238 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.07 |
| HSL | 258º | 0.76% | 0.72% | - |
| HSV(B) | 258º | 0.46% | 0.93% | - |
| XYZ | 37.85 | 29.19 | 84.53 | - |
| YUV | 150.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 238 | 0.32 | 0.46 | 0 | 0.07 | 258 | 0.76 | 0.72 |
| Hex | A1 | 80 | EE | 20 | 2E | 0 | 7 | 102 | 4C | 48 |
| Octal | 241 | 200 | 356 | 40 | 56 | 0 | 7 | 402 | 114 | 110 |
| Binary | 10100001 | 10000000 | 11101110 | 100000 | 101110 | 0 | 111 | 100000010 | 1001100 | 1001000 |
Color Harmonies of #A180EE
Complementary color
Monochromatic Colors of #A180EE
Black with #A180EE
Text Example
Text Example
White with #A180EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180EE; }
p { color: rgb(161,128,238); }
H1.HeaderClassName
{
color: #A180EE;
}
.AnyTagClassName
{
color: #A180EE;
}
</style>
background-color css
<style>
a { background-color: #A180EE; }
a { background-color: rgb(161,128,238); }
div.DivClassName
{
background-color: #A180EE;
}
.BgClassName
{
background-color: #A180EE;
}
</style>
border-color css
<style>
span { border-color: #A180EE; }
span { border-color: rgb(161,128,238); }
td.TdClassName
{
border-color: #A180EE;
}
.TagClassName
{
border-color: #A180EE;
}
</style>