Shades of Medium Orchid #A858ED
Tints of Medium Orchid #A858ED
RGB
CMYK
RGB Variations
Color information
#A858ED (or 0xA858ED) is known color: Medium Orchid. HEX triplet: A8, 58 and ED. RGB value is (168,88,237). Sum of RGB (Red+Green+Blue) = 168+88+237=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #A858ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858ED is #57A712. Grayscale: #808080. Windows color (decimal): -5744403 or 15554728. OLE color: 15554728.
HSL color Cylindrical-coordinate representation of color #A858ED: hue angle of 272.21º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858ED is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 88 | 237 | - |
CMYK | 0.29 | 0.63 | 0 | 0.07 |
HSL | 272.21º | 0.81% | 0.64% | - |
HSV(B) | 272.21º | 0.63% | 0.93% | - |
XYZ | 34.92 | 21.42 | 82.41 | - |
YUV | 128.91 | 189 | 155.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 88 | 237 | 0.29 | 0.63 | 0 | 0.07 | 272.21 | 0.81 | 0.64 |
Hex | A8 | 58 | ED | 1D | 3F | 0 | 7 | 110 | 51 | 40 |
Octal | 250 | 130 | 355 | 35 | 77 | 0 | 7 | 420 | 121 | 100 |
Binary | 10101000 | 1011000 | 11101101 | 11101 | 111111 | 0 | 111 | 100010000 | 1010001 | 1000000 |
Color Harmonies of #A858ED
Complementary color
Monochromatic Colors of #A858ED
Black with #A858ED
Text Example
Text Example
White with #A858ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858ED; }
p { color: rgb(168,88,237); }
H1.HeaderClassName
{
color: #A858ED;
}
.AnyTagClassName
{
color: #A858ED;
}
</style>
background-color css
<style>
a { background-color: #A858ED; }
a { background-color: rgb(168,88,237); }
div.DivClassName
{
background-color: #A858ED;
}
.BgClassName
{
background-color: #A858ED;
}
</style>
border-color css
<style>
span { border-color: #A858ED; }
span { border-color: rgb(168,88,237); }
td.TdClassName
{
border-color: #A858ED;
}
.TagClassName
{
border-color: #A858ED;
}
</style>