Shades of Medium Purple #A97DE5
Tints of Medium Purple #A97DE5
RGB
CMYK
RGB Variations
Color information
#A97DE5 (or 0xA97DE5) is known color: Medium Purple. HEX triplet: A9, 7D and E5. RGB value is (169,125,229). Sum of RGB (Red+Green+Blue) = 169+125+229=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #A97DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DE5 is #56821A. Grayscale: #959595. Windows color (decimal): -5669403 or 15039913. OLE color: 15039913.
HSL color Cylindrical-coordinate representation of color #A97DE5: hue angle of 265.38º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A97DE5 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 125 | 229 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.10 |
| HSL | 265.38º | 0.67% | 0.69% | - |
| HSV(B) | 265.38º | 0.45% | 0.9% | - |
| XYZ | 37.84 | 28.76 | 77.69 | - |
| YUV | 150.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 229 | 0.26 | 0.45 | 0 | 0.10 | 265.38 | 0.67 | 0.69 |
| Hex | A9 | 7D | E5 | 1A | 2D | 0 | A | 109 | 43 | 45 |
| Octal | 251 | 175 | 345 | 32 | 55 | 0 | 12 | 411 | 103 | 105 |
| Binary | 10101001 | 1111101 | 11100101 | 11010 | 101101 | 0 | 1010 | 100001001 | 1000011 | 1000101 |
Color Harmonies of #A97DE5
Complementary color
Monochromatic Colors of #A97DE5
Black with #A97DE5
Text Example
Text Example
White with #A97DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97DE5; }
p { color: rgb(169,125,229); }
H1.HeaderClassName
{
color: #A97DE5;
}
.AnyTagClassName
{
color: #A97DE5;
}
</style>
background-color css
<style>
a { background-color: #A97DE5; }
a { background-color: rgb(169,125,229); }
div.DivClassName
{
background-color: #A97DE5;
}
.BgClassName
{
background-color: #A97DE5;
}
</style>
border-color css
<style>
span { border-color: #A97DE5; }
span { border-color: rgb(169,125,229); }
td.TdClassName
{
border-color: #A97DE5;
}
.TagClassName
{
border-color: #A97DE5;
}
</style>