Shades of Medium Purple #A270EA
Tints of Medium Purple #A270EA
RGB
CMYK
RGB Variations
Color information
#A270EA (or 0xA270EA) is known color: Medium Purple. HEX triplet: A2, 70 and EA. RGB value is (162,112,234). Sum of RGB (Red+Green+Blue) = 162+112+234=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #A270EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270EA is #5D8F15. Grayscale: #8C8C8C. Windows color (decimal): -6131478 or 15364258. OLE color: 15364258.
HSL color Cylindrical-coordinate representation of color #A270EA: hue angle of 264.59º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A270EA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 112 | 234 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.08 |
| HSL | 264.59º | 0.74% | 0.68% | - |
| HSV(B) | 264.59º | 0.52% | 0.92% | - |
| XYZ | 35.55 | 25.21 | 80.83 | - |
| YUV | 140.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 234 | 0.31 | 0.52 | 0 | 0.08 | 264.59 | 0.74 | 0.68 |
| Hex | A2 | 70 | EA | 1F | 34 | 0 | 8 | 109 | 4A | 44 |
| Octal | 242 | 160 | 352 | 37 | 64 | 0 | 10 | 411 | 112 | 104 |
| Binary | 10100010 | 1110000 | 11101010 | 11111 | 110100 | 0 | 1000 | 100001001 | 1001010 | 1000100 |
Color Harmonies of #A270EA
Complementary color
Monochromatic Colors of #A270EA
Black with #A270EA
Text Example
Text Example
White with #A270EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270EA; }
p { color: rgb(162,112,234); }
H1.HeaderClassName
{
color: #A270EA;
}
.AnyTagClassName
{
color: #A270EA;
}
</style>
background-color css
<style>
a { background-color: #A270EA; }
a { background-color: rgb(162,112,234); }
div.DivClassName
{
background-color: #A270EA;
}
.BgClassName
{
background-color: #A270EA;
}
</style>
border-color css
<style>
span { border-color: #A270EA; }
span { border-color: rgb(162,112,234); }
td.TdClassName
{
border-color: #A270EA;
}
.TagClassName
{
border-color: #A270EA;
}
</style>