Shades of Medium Purple #A470DE
Tints of Medium Purple #A470DE
RGB
CMYK
RGB Variations
Color information
#A470DE (or 0xA470DE) is known color: Medium Purple. HEX triplet: A4, 70 and DE. RGB value is (164,112,222). Sum of RGB (Red+Green+Blue) = 164+112+222=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #A470DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470DE is #5B8F21. Grayscale: #8B8B8B. Windows color (decimal): -6000418 or 14577828. OLE color: 14577828.
HSL color Cylindrical-coordinate representation of color #A470DE: hue angle of 268.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A470DE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 112 | 222 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.13 |
| HSL | 268.36º | 0.63% | 0.65% | - |
| HSV(B) | 268.36º | 0.5% | 0.87% | - |
| XYZ | 34.29 | 24.75 | 72.08 | - |
| YUV | 140.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 222 | 0.26 | 0.50 | 0 | 0.13 | 268.36 | 0.63 | 0.65 |
| Hex | A4 | 70 | DE | 1A | 32 | 0 | D | 10C | 3E | 41 |
| Octal | 244 | 160 | 336 | 32 | 62 | 0 | 15 | 414 | 76 | 101 |
| Binary | 10100100 | 1110000 | 11011110 | 11010 | 110010 | 0 | 1101 | 100001100 | 111110 | 1000001 |
Color Harmonies of #A470DE
Complementary color
Monochromatic Colors of #A470DE
Black with #A470DE
Text Example
Text Example
White with #A470DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470DE; }
p { color: rgb(164,112,222); }
H1.HeaderClassName
{
color: #A470DE;
}
.AnyTagClassName
{
color: #A470DE;
}
</style>
background-color css
<style>
a { background-color: #A470DE; }
a { background-color: rgb(164,112,222); }
div.DivClassName
{
background-color: #A470DE;
}
.BgClassName
{
background-color: #A470DE;
}
</style>
border-color css
<style>
span { border-color: #A470DE; }
span { border-color: rgb(164,112,222); }
td.TdClassName
{
border-color: #A470DE;
}
.TagClassName
{
border-color: #A470DE;
}
</style>