Shades of Medium Purple #A070E6
Tints of Medium Purple #A070E6
RGB
CMYK
RGB Variations
Color information
#A070E6 (or 0xA070E6) is known color: Medium Purple. HEX triplet: A0, 70 and E6. RGB value is (160,112,230). Sum of RGB (Red+Green+Blue) = 160+112+230=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #A070E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070E6 is #5F8F19. Grayscale: #8B8B8B. Windows color (decimal): -6262554 or 15102112. OLE color: 15102112.
HSL color Cylindrical-coordinate representation of color #A070E6: hue angle of 264.41º 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 #A070E6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 112 | 230 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.10 |
| HSL | 264.41º | 0.7% | 0.67% | - |
| HSV(B) | 264.41º | 0.51% | 0.9% | - |
| XYZ | 34.57 | 24.78 | 77.82 | - |
| YUV | 139.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 230 | 0.30 | 0.51 | 0 | 0.10 | 264.41 | 0.7 | 0.67 |
| Hex | A0 | 70 | E6 | 1E | 33 | 0 | A | 108 | 46 | 43 |
| Octal | 240 | 160 | 346 | 36 | 63 | 0 | 12 | 410 | 106 | 103 |
| Binary | 10100000 | 1110000 | 11100110 | 11110 | 110011 | 0 | 1010 | 100001000 | 1000110 | 1000011 |
Color Harmonies of #A070E6
Complementary color
Monochromatic Colors of #A070E6
Black with #A070E6
Text Example
Text Example
White with #A070E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070E6; }
p { color: rgb(160,112,230); }
H1.HeaderClassName
{
color: #A070E6;
}
.AnyTagClassName
{
color: #A070E6;
}
</style>
background-color css
<style>
a { background-color: #A070E6; }
a { background-color: rgb(160,112,230); }
div.DivClassName
{
background-color: #A070E6;
}
.BgClassName
{
background-color: #A070E6;
}
</style>
border-color css
<style>
span { border-color: #A070E6; }
span { border-color: rgb(160,112,230); }
td.TdClassName
{
border-color: #A070E6;
}
.TagClassName
{
border-color: #A070E6;
}
</style>