Shades of Medium Purple #A572EB
Tints of Medium Purple #A572EB
RGB
CMYK
RGB Variations
Color information
#A572EB (or 0xA572EB) is known color: Medium Purple. HEX triplet: A5, 72 and EB. RGB value is (165,114,235). Sum of RGB (Red+Green+Blue) = 165+114+235=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A572EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572EB is #5A8D14. Grayscale: #8E8E8E. Windows color (decimal): -5934357 or 15430309. OLE color: 15430309.
HSL color Cylindrical-coordinate representation of color #A572EB: hue angle of 265.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A572EB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 114 | 235 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.08 |
| HSL | 265.29º | 0.75% | 0.68% | - |
| HSV(B) | 265.29º | 0.51% | 0.92% | - |
| XYZ | 36.53 | 26.03 | 81.7 | - |
| YUV | 143.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 235 | 0.30 | 0.51 | 0 | 0.08 | 265.29 | 0.75 | 0.68 |
| Hex | A5 | 72 | EB | 1E | 33 | 0 | 8 | 109 | 4B | 44 |
| Octal | 245 | 162 | 353 | 36 | 63 | 0 | 10 | 411 | 113 | 104 |
| Binary | 10100101 | 1110010 | 11101011 | 11110 | 110011 | 0 | 1000 | 100001001 | 1001011 | 1000100 |
Color Harmonies of #A572EB
Complementary color
Monochromatic Colors of #A572EB
Black with #A572EB
Text Example
Text Example
White with #A572EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572EB; }
p { color: rgb(165,114,235); }
H1.HeaderClassName
{
color: #A572EB;
}
.AnyTagClassName
{
color: #A572EB;
}
</style>
background-color css
<style>
a { background-color: #A572EB; }
a { background-color: rgb(165,114,235); }
div.DivClassName
{
background-color: #A572EB;
}
.BgClassName
{
background-color: #A572EB;
}
</style>
border-color css
<style>
span { border-color: #A572EB; }
span { border-color: rgb(165,114,235); }
td.TdClassName
{
border-color: #A572EB;
}
.TagClassName
{
border-color: #A572EB;
}
</style>