Shades of Medium Orchid #A843ED
Tints of Medium Orchid #A843ED
RGB
CMYK
RGB Variations
Color information
#A843ED (or 0xA843ED) is known color: Medium Orchid. HEX triplet: A8, 43 and ED. RGB value is (168,67,237). Sum of RGB (Red+Green+Blue) = 168+67+237=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #A843ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A843ED is #57BC12. Grayscale: #747474. Windows color (decimal): -5749779 or 15549352. OLE color: 15549352.
HSL color Cylindrical-coordinate representation of color #A843ED: hue angle of 275.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A843ED is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 67 | 237 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.07 |
| HSL | 275.65º | 0.83% | 0.6% | - |
| HSV(B) | 275.65º | 0.72% | 0.93% | - |
| XYZ | 33.44 | 18.45 | 81.92 | - |
| YUV | 116.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 237 | 0.29 | 0.72 | 0 | 0.07 | 275.65 | 0.83 | 0.6 |
| Hex | A8 | 43 | ED | 1D | 48 | 0 | 7 | 114 | 53 | 3C |
| Octal | 250 | 103 | 355 | 35 | 110 | 0 | 7 | 424 | 123 | 74 |
| Binary | 10101000 | 1000011 | 11101101 | 11101 | 1001000 | 0 | 111 | 100010100 | 1010011 | 111100 |
Color Harmonies of #A843ED
Complementary color
Monochromatic Colors of #A843ED
Black with #A843ED
Text Example
Text Example
White with #A843ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843ED; }
p { color: rgb(168,67,237); }
H1.HeaderClassName
{
color: #A843ED;
}
.AnyTagClassName
{
color: #A843ED;
}
</style>
background-color css
<style>
a { background-color: #A843ED; }
a { background-color: rgb(168,67,237); }
div.DivClassName
{
background-color: #A843ED;
}
.BgClassName
{
background-color: #A843ED;
}
</style>
border-color css
<style>
span { border-color: #A843ED; }
span { border-color: rgb(168,67,237); }
td.TdClassName
{
border-color: #A843ED;
}
.TagClassName
{
border-color: #A843ED;
}
</style>