Shades of Medium Orchid #A858E4
Tints of Medium Orchid #A858E4
RGB
CMYK
RGB Variations
Color information
#A858E4 (or 0xA858E4) is known color: Medium Orchid. HEX triplet: A8, 58 and E4. RGB value is (168,88,228). Sum of RGB (Red+Green+Blue) = 168+88+228=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #A858E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858E4 is #57A71B. Grayscale: #7F7F7F. Windows color (decimal): -5744412 or 14964904. OLE color: 14964904.
HSL color Cylindrical-coordinate representation of color #A858E4: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A858E4 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 88 | 228 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.11 |
| HSL | 274.29º | 0.72% | 0.62% | - |
| HSV(B) | 274.29º | 0.61% | 0.89% | - |
| XYZ | 33.64 | 20.91 | 75.66 | - |
| YUV | 127.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 228 | 0.26 | 0.61 | 0 | 0.11 | 274.29 | 0.72 | 0.62 |
| Hex | A8 | 58 | E4 | 1A | 3D | 0 | B | 112 | 48 | 3E |
| Octal | 250 | 130 | 344 | 32 | 75 | 0 | 13 | 422 | 110 | 76 |
| Binary | 10101000 | 1011000 | 11100100 | 11010 | 111101 | 0 | 1011 | 100010010 | 1001000 | 111110 |
Color Harmonies of #A858E4
Complementary color
Monochromatic Colors of #A858E4
Black with #A858E4
Text Example
Text Example
White with #A858E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858E4; }
p { color: rgb(168,88,228); }
H1.HeaderClassName
{
color: #A858E4;
}
.AnyTagClassName
{
color: #A858E4;
}
</style>
background-color css
<style>
a { background-color: #A858E4; }
a { background-color: rgb(168,88,228); }
div.DivClassName
{
background-color: #A858E4;
}
.BgClassName
{
background-color: #A858E4;
}
</style>
border-color css
<style>
span { border-color: #A858E4; }
span { border-color: rgb(168,88,228); }
td.TdClassName
{
border-color: #A858E4;
}
.TagClassName
{
border-color: #A858E4;
}
</style>