Shades of Medium Purple #A970E6
Tints of Medium Purple #A970E6
RGB
CMYK
RGB Variations
Color information
#A970E6 (or 0xA970E6) is known color: Medium Purple. HEX triplet: A9, 70 and E6. RGB value is (169,112,230). Sum of RGB (Red+Green+Blue) = 169+112+230=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #A970E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A970E6 is #568F19. Grayscale: #8E8E8E. Windows color (decimal): -5672730 or 15102121. OLE color: 15102121.
HSL color Cylindrical-coordinate representation of color #A970E6: hue angle of 268.98º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A970E6 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 112 | 230 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.10 |
| HSL | 268.98º | 0.7% | 0.67% | - |
| HSV(B) | 268.98º | 0.51% | 0.9% | - |
| XYZ | 36.44 | 25.74 | 77.91 | - |
| YUV | 142.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 230 | 0.27 | 0.51 | 0 | 0.10 | 268.98 | 0.7 | 0.67 |
| Hex | A9 | 70 | E6 | 1B | 33 | 0 | A | 10D | 46 | 43 |
| Octal | 251 | 160 | 346 | 33 | 63 | 0 | 12 | 415 | 106 | 103 |
| Binary | 10101001 | 1110000 | 11100110 | 11011 | 110011 | 0 | 1010 | 100001101 | 1000110 | 1000011 |
Color Harmonies of #A970E6
Complementary color
Monochromatic Colors of #A970E6
Black with #A970E6
Text Example
Text Example
White with #A970E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970E6; }
p { color: rgb(169,112,230); }
H1.HeaderClassName
{
color: #A970E6;
}
.AnyTagClassName
{
color: #A970E6;
}
</style>
background-color css
<style>
a { background-color: #A970E6; }
a { background-color: rgb(169,112,230); }
div.DivClassName
{
background-color: #A970E6;
}
.BgClassName
{
background-color: #A970E6;
}
</style>
border-color css
<style>
span { border-color: #A970E6; }
span { border-color: rgb(169,112,230); }
td.TdClassName
{
border-color: #A970E6;
}
.TagClassName
{
border-color: #A970E6;
}
</style>