Shades of Medium Purple #A867E6
Tints of Medium Purple #A867E6
RGB
CMYK
RGB Variations
Color information
#A867E6 (or 0xA867E6) is known color: Medium Purple. HEX triplet: A8, 67 and E6. RGB value is (168,103,230). Sum of RGB (Red+Green+Blue) = 168+103+230=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #A867E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867E6 is #579819. Grayscale: #888888. Windows color (decimal): -5740570 or 15099816. OLE color: 15099816.
HSL color Cylindrical-coordinate representation of color #A867E6: hue angle of 270.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A867E6 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 103 | 230 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.10 |
| HSL | 270.71º | 0.72% | 0.65% | - |
| HSV(B) | 270.71º | 0.55% | 0.9% | - |
| XYZ | 35.28 | 23.74 | 77.59 | - |
| YUV | 136.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 230 | 0.27 | 0.55 | 0 | 0.10 | 270.71 | 0.72 | 0.65 |
| Hex | A8 | 67 | E6 | 1B | 37 | 0 | A | 10F | 48 | 41 |
| Octal | 250 | 147 | 346 | 33 | 67 | 0 | 12 | 417 | 110 | 101 |
| Binary | 10101000 | 1100111 | 11100110 | 11011 | 110111 | 0 | 1010 | 100001111 | 1001000 | 1000001 |
Color Harmonies of #A867E6
Complementary color
Monochromatic Colors of #A867E6
Black with #A867E6
Text Example
Text Example
White with #A867E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867E6; }
p { color: rgb(168,103,230); }
H1.HeaderClassName
{
color: #A867E6;
}
.AnyTagClassName
{
color: #A867E6;
}
</style>
background-color css
<style>
a { background-color: #A867E6; }
a { background-color: rgb(168,103,230); }
div.DivClassName
{
background-color: #A867E6;
}
.BgClassName
{
background-color: #A867E6;
}
</style>
border-color css
<style>
span { border-color: #A867E6; }
span { border-color: rgb(168,103,230); }
td.TdClassName
{
border-color: #A867E6;
}
.TagClassName
{
border-color: #A867E6;
}
</style>