Shades of Medium Purple #A27AF2
Tints of Medium Purple #A27AF2
RGB
CMYK
RGB Variations
Color information
#A27AF2 (or 0xA27AF2) is known color: Medium Purple. HEX triplet: A2, 7A and F2. RGB value is (162,122,242). Sum of RGB (Red+Green+Blue) = 162+122+242=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #A27AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF2 is #5D850D. Grayscale: #939393. Windows color (decimal): -6128910 or 15891106. OLE color: 15891106.
HSL color Cylindrical-coordinate representation of color #A27AF2: hue angle of 260º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27AF2 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 122 | 242 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.05 |
| HSL | 260º | 0.82% | 0.71% | - |
| HSV(B) | 260º | 0.5% | 0.95% | - |
| XYZ | 37.89 | 28.01 | 87.41 | - |
| YUV | 147.64 | 181.25 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 242 | 0.33 | 0.50 | 0 | 0.05 | 260 | 0.82 | 0.71 |
| Hex | A2 | 7A | F2 | 21 | 32 | 0 | 5 | 104 | 52 | 47 |
| Octal | 242 | 172 | 362 | 41 | 62 | 0 | 5 | 404 | 122 | 107 |
| Binary | 10100010 | 1111010 | 11110010 | 100001 | 110010 | 0 | 101 | 100000100 | 1010010 | 1000111 |
Color Harmonies of #A27AF2
Complementary color
Monochromatic Colors of #A27AF2
Black with #A27AF2
Text Example
Text Example
White with #A27AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF2; }
p { color: rgb(162,122,242); }
H1.HeaderClassName
{
color: #A27AF2;
}
.AnyTagClassName
{
color: #A27AF2;
}
</style>
background-color css
<style>
a { background-color: #A27AF2; }
a { background-color: rgb(162,122,242); }
div.DivClassName
{
background-color: #A27AF2;
}
.BgClassName
{
background-color: #A27AF2;
}
</style>
border-color css
<style>
span { border-color: #A27AF2; }
span { border-color: rgb(162,122,242); }
td.TdClassName
{
border-color: #A27AF2;
}
.TagClassName
{
border-color: #A27AF2;
}
</style>