Shades of Medium Orchid #A845ED
Tints of Medium Orchid #A845ED
RGB
CMYK
RGB Variations
Color information
#A845ED (or 0xA845ED) is known color: Medium Orchid. HEX triplet: A8, 45 and ED. RGB value is (168,69,237). Sum of RGB (Red+Green+Blue) = 168+69+237=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A845ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845ED is #57BA12. Grayscale: #757575. Windows color (decimal): -5749267 or 15549864. OLE color: 15549864.
HSL color Cylindrical-coordinate representation of color #A845ED: hue angle of 275.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A845ED is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 69 | 237 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.07 |
| HSL | 275.36º | 0.82% | 0.6% | - |
| HSV(B) | 275.36º | 0.71% | 0.93% | - |
| XYZ | 33.56 | 18.7 | 81.96 | - |
| YUV | 117.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 237 | 0.29 | 0.71 | 0 | 0.07 | 275.36 | 0.82 | 0.6 |
| Hex | A8 | 45 | ED | 1D | 47 | 0 | 7 | 113 | 52 | 3C |
| Octal | 250 | 105 | 355 | 35 | 107 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10101000 | 1000101 | 11101101 | 11101 | 1000111 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A845ED
Complementary color
Monochromatic Colors of #A845ED
Black with #A845ED
Text Example
Text Example
White with #A845ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845ED; }
p { color: rgb(168,69,237); }
H1.HeaderClassName
{
color: #A845ED;
}
.AnyTagClassName
{
color: #A845ED;
}
</style>
background-color css
<style>
a { background-color: #A845ED; }
a { background-color: rgb(168,69,237); }
div.DivClassName
{
background-color: #A845ED;
}
.BgClassName
{
background-color: #A845ED;
}
</style>
border-color css
<style>
span { border-color: #A845ED; }
span { border-color: rgb(168,69,237); }
td.TdClassName
{
border-color: #A845ED;
}
.TagClassName
{
border-color: #A845ED;
}
</style>