Shades of Medium Purple #A27AF8
Tints of Medium Purple #A27AF8
RGB
CMYK
RGB Variations
Color information
#A27AF8 (or 0xA27AF8) is known color: Medium Purple. HEX triplet: A2, 7A and F8. RGB value is (162,122,248). Sum of RGB (Red+Green+Blue) = 162+122+248=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #A27AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF8 is #5D8507. Grayscale: #939393. Windows color (decimal): -6128904 or 16284322. OLE color: 16284322.
HSL color Cylindrical-coordinate representation of color #A27AF8: hue angle of 259.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27AF8 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 122 | 248 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.03 |
| HSL | 259.05º | 0.9% | 0.73% | - |
| HSV(B) | 259.05º | 0.51% | 0.97% | - |
| XYZ | 38.8 | 28.38 | 92.24 | - |
| YUV | 148.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 248 | 0.35 | 0.51 | 0 | 0.03 | 259.05 | 0.9 | 0.73 |
| Hex | A2 | 7A | F8 | 23 | 33 | 0 | 3 | 103 | 5A | 49 |
| Octal | 242 | 172 | 370 | 43 | 63 | 0 | 3 | 403 | 132 | 111 |
| Binary | 10100010 | 1111010 | 11111000 | 100011 | 110011 | 0 | 11 | 100000011 | 1011010 | 1001001 |
Color Harmonies of #A27AF8
Complementary color
Monochromatic Colors of #A27AF8
Black with #A27AF8
Text Example
Text Example
White with #A27AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF8; }
p { color: rgb(162,122,248); }
H1.HeaderClassName
{
color: #A27AF8;
}
.AnyTagClassName
{
color: #A27AF8;
}
</style>
background-color css
<style>
a { background-color: #A27AF8; }
a { background-color: rgb(162,122,248); }
div.DivClassName
{
background-color: #A27AF8;
}
.BgClassName
{
background-color: #A27AF8;
}
</style>
border-color css
<style>
span { border-color: #A27AF8; }
span { border-color: rgb(162,122,248); }
td.TdClassName
{
border-color: #A27AF8;
}
.TagClassName
{
border-color: #A27AF8;
}
</style>