Shades of Medium Purple #A272DC
Tints of Medium Purple #A272DC
RGB
CMYK
RGB Variations
Color information
#A272DC (or 0xA272DC) is known color: Medium Purple. HEX triplet: A2, 72 and DC. RGB value is (162,114,220). Sum of RGB (Red+Green+Blue) = 162+114+220=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A272DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272DC is #5D8D23. Grayscale: #8C8C8C. Windows color (decimal): -6130980 or 14447266. OLE color: 14447266.
HSL color Cylindrical-coordinate representation of color #A272DC: hue angle of 267.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A272DC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 114 | 220 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.14 |
| HSL | 267.17º | 0.6% | 0.65% | - |
| HSV(B) | 267.17º | 0.48% | 0.86% | - |
| XYZ | 33.84 | 24.88 | 70.73 | - |
| YUV | 140.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 220 | 0.26 | 0.48 | 0 | 0.14 | 267.17 | 0.6 | 0.65 |
| Hex | A2 | 72 | DC | 1A | 30 | 0 | E | 10B | 3C | 41 |
| Octal | 242 | 162 | 334 | 32 | 60 | 0 | 16 | 413 | 74 | 101 |
| Binary | 10100010 | 1110010 | 11011100 | 11010 | 110000 | 0 | 1110 | 100001011 | 111100 | 1000001 |
Color Harmonies of #A272DC
Complementary color
Monochromatic Colors of #A272DC
Black with #A272DC
Text Example
Text Example
White with #A272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272DC; }
p { color: rgb(162,114,220); }
H1.HeaderClassName
{
color: #A272DC;
}
.AnyTagClassName
{
color: #A272DC;
}
</style>
background-color css
<style>
a { background-color: #A272DC; }
a { background-color: rgb(162,114,220); }
div.DivClassName
{
background-color: #A272DC;
}
.BgClassName
{
background-color: #A272DC;
}
</style>
border-color css
<style>
span { border-color: #A272DC; }
span { border-color: rgb(162,114,220); }
td.TdClassName
{
border-color: #A272DC;
}
.TagClassName
{
border-color: #A272DC;
}
</style>