Shades of Medium Purple #A27AF3
Tints of Medium Purple #A27AF3
RGB
CMYK
RGB Variations
Color information
#A27AF3 (or 0xA27AF3) is known color: Medium Purple. HEX triplet: A2, 7A and F3. RGB value is (162,122,243). Sum of RGB (Red+Green+Blue) = 162+122+243=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #A27AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AF3 is #5D850C. Grayscale: #939393. Windows color (decimal): -6128909 or 15956642. OLE color: 15956642.
HSL color Cylindrical-coordinate representation of color #A27AF3: hue angle of 259.83º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A27AF3 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 122 | 243 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.05 |
| HSL | 259.83º | 0.83% | 0.72% | - |
| HSV(B) | 259.83º | 0.5% | 0.95% | - |
| XYZ | 38.04 | 28.07 | 88.21 | - |
| YUV | 147.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 243 | 0.33 | 0.50 | 0 | 0.05 | 259.83 | 0.83 | 0.72 |
| Hex | A2 | 7A | F3 | 21 | 32 | 0 | 5 | 104 | 53 | 48 |
| Octal | 242 | 172 | 363 | 41 | 62 | 0 | 5 | 404 | 123 | 110 |
| Binary | 10100010 | 1111010 | 11110011 | 100001 | 110010 | 0 | 101 | 100000100 | 1010011 | 1001000 |
Color Harmonies of #A27AF3
Complementary color
Monochromatic Colors of #A27AF3
Black with #A27AF3
Text Example
Text Example
White with #A27AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AF3; }
p { color: rgb(162,122,243); }
H1.HeaderClassName
{
color: #A27AF3;
}
.AnyTagClassName
{
color: #A27AF3;
}
</style>
background-color css
<style>
a { background-color: #A27AF3; }
a { background-color: rgb(162,122,243); }
div.DivClassName
{
background-color: #A27AF3;
}
.BgClassName
{
background-color: #A27AF3;
}
</style>
border-color css
<style>
span { border-color: #A27AF3; }
span { border-color: rgb(162,122,243); }
td.TdClassName
{
border-color: #A27AF3;
}
.TagClassName
{
border-color: #A27AF3;
}
</style>