Shades of Medium Purple #A275EB
Tints of Medium Purple #A275EB
RGB
CMYK
RGB Variations
Color information
#A275EB (or 0xA275EB) is known color: Medium Purple. HEX triplet: A2, 75 and EB. RGB value is (162,117,235). Sum of RGB (Red+Green+Blue) = 162+117+235=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 117 (46.09% from 255 or 22.76% 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 #A275EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275EB is #5D8A14. Grayscale: #8F8F8F. Windows color (decimal): -6130197 or 15431074. OLE color: 15431074.
HSL color Cylindrical-coordinate representation of color #A275EB: hue angle of 262.88º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A275EB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 117 | 235 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.08 |
| HSL | 262.88º | 0.75% | 0.69% | - |
| HSV(B) | 262.88º | 0.5% | 0.92% | - |
| XYZ | 36.26 | 26.4 | 81.78 | - |
| YUV | 143.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 235 | 0.31 | 0.50 | 0 | 0.08 | 262.88 | 0.75 | 0.69 |
| Hex | A2 | 75 | EB | 1F | 32 | 0 | 8 | 107 | 4B | 45 |
| Octal | 242 | 165 | 353 | 37 | 62 | 0 | 10 | 407 | 113 | 105 |
| Binary | 10100010 | 1110101 | 11101011 | 11111 | 110010 | 0 | 1000 | 100000111 | 1001011 | 1000101 |
Color Harmonies of #A275EB
Complementary color
Monochromatic Colors of #A275EB
Black with #A275EB
Text Example
Text Example
White with #A275EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275EB; }
p { color: rgb(162,117,235); }
H1.HeaderClassName
{
color: #A275EB;
}
.AnyTagClassName
{
color: #A275EB;
}
</style>
background-color css
<style>
a { background-color: #A275EB; }
a { background-color: rgb(162,117,235); }
div.DivClassName
{
background-color: #A275EB;
}
.BgClassName
{
background-color: #A275EB;
}
</style>
border-color css
<style>
span { border-color: #A275EB; }
span { border-color: rgb(162,117,235); }
td.TdClassName
{
border-color: #A275EB;
}
.TagClassName
{
border-color: #A275EB;
}
</style>