Shades of Medium Orchid #A84BCE
Tints of Medium Orchid #A84BCE
RGB
CMYK
RGB Variations
Color information
#A84BCE (or 0xA84BCE) is known color: Medium Orchid. HEX triplet: A8, 4B and CE. RGB value is (168,75,206). Sum of RGB (Red+Green+Blue) = 168+75+206=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BCE is #57B431. Grayscale: #757575. Windows color (decimal): -5747762 or 13519784. OLE color: 13519784.
HSL color Cylindrical-coordinate representation of color #A84BCE: hue angle of 282.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84BCE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 75 | 206 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.19 |
| HSL | 282.6º | 0.57% | 0.55% | - |
| HSV(B) | 282.6º | 0.64% | 0.81% | - |
| XYZ | 29.81 | 17.81 | 60.26 | - |
| YUV | 117.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 206 | 0.18 | 0.64 | 0 | 0.19 | 282.6 | 0.57 | 0.55 |
| Hex | A8 | 4B | CE | 12 | 40 | 0 | 13 | 11B | 39 | 37 |
| Octal | 250 | 113 | 316 | 22 | 100 | 0 | 23 | 433 | 71 | 67 |
| Binary | 10101000 | 1001011 | 11001110 | 10010 | 1000000 | 0 | 10011 | 100011011 | 111001 | 110111 |
Color Harmonies of #A84BCE
Complementary color
Monochromatic Colors of #A84BCE
Black with #A84BCE
Text Example
Text Example
White with #A84BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BCE; }
p { color: rgb(168,75,206); }
H1.HeaderClassName
{
color: #A84BCE;
}
.AnyTagClassName
{
color: #A84BCE;
}
</style>
background-color css
<style>
a { background-color: #A84BCE; }
a { background-color: rgb(168,75,206); }
div.DivClassName
{
background-color: #A84BCE;
}
.BgClassName
{
background-color: #A84BCE;
}
</style>
border-color css
<style>
span { border-color: #A84BCE; }
span { border-color: rgb(168,75,206); }
td.TdClassName
{
border-color: #A84BCE;
}
.TagClassName
{
border-color: #A84BCE;
}
</style>