Shades of Medium Orchid #A84CCA
Tints of Medium Orchid #A84CCA
RGB
CMYK
RGB Variations
Color information
#A84CCA (or 0xA84CCA) is known color: Medium Orchid. HEX triplet: A8, 4C and CA. RGB value is (168,76,202). Sum of RGB (Red+Green+Blue) = 168+76+202=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #A84CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCA is #57B335. Grayscale: #757575. Windows color (decimal): -5747510 or 13257896. OLE color: 13257896.
HSL color Cylindrical-coordinate representation of color #A84CCA: hue angle of 283.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84CCA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 76 | 202 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.21 |
| HSL | 283.81º | 0.54% | 0.55% | - |
| HSV(B) | 283.81º | 0.62% | 0.79% | - |
| XYZ | 29.39 | 17.76 | 57.76 | - |
| YUV | 117.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 202 | 0.17 | 0.62 | 0 | 0.21 | 283.81 | 0.54 | 0.55 |
| Hex | A8 | 4C | CA | 11 | 3E | 0 | 15 | 11C | 36 | 37 |
| Octal | 250 | 114 | 312 | 21 | 76 | 0 | 25 | 434 | 66 | 67 |
| Binary | 10101000 | 1001100 | 11001010 | 10001 | 111110 | 0 | 10101 | 100011100 | 110110 | 110111 |
Color Harmonies of #A84CCA
Complementary color
Monochromatic Colors of #A84CCA
Black with #A84CCA
Text Example
Text Example
White with #A84CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CCA; }
p { color: rgb(168,76,202); }
H1.HeaderClassName
{
color: #A84CCA;
}
.AnyTagClassName
{
color: #A84CCA;
}
</style>
background-color css
<style>
a { background-color: #A84CCA; }
a { background-color: rgb(168,76,202); }
div.DivClassName
{
background-color: #A84CCA;
}
.BgClassName
{
background-color: #A84CCA;
}
</style>
border-color css
<style>
span { border-color: #A84CCA; }
span { border-color: rgb(168,76,202); }
td.TdClassName
{
border-color: #A84CCA;
}
.TagClassName
{
border-color: #A84CCA;
}
</style>