Shades of Medium Orchid #A84CCC
Tints of Medium Orchid #A84CCC
RGB
CMYK
RGB Variations
Color information
#A84CCC (or 0xA84CCC) is known color: Medium Orchid. HEX triplet: A8, 4C and CC. RGB value is (168,76,204). Sum of RGB (Red+Green+Blue) = 168+76+204=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A84CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCC is #57B333. Grayscale: #757575. Windows color (decimal): -5747508 or 13388968. OLE color: 13388968.
HSL color Cylindrical-coordinate representation of color #A84CCC: hue angle of 283.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CCC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 76 | 204 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.2 |
| HSL | 283.13º | 0.56% | 0.55% | - |
| HSV(B) | 283.13º | 0.63% | 0.8% | - |
| XYZ | 29.63 | 17.85 | 59.01 | - |
| YUV | 118.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 204 | 0.18 | 0.63 | 0 | 0.2 | 283.13 | 0.56 | 0.55 |
| Hex | A8 | 4C | CC | 12 | 3F | 0 | 14 | 11B | 38 | 37 |
| Octal | 250 | 114 | 314 | 22 | 77 | 0 | 24 | 433 | 70 | 67 |
| Binary | 10101000 | 1001100 | 11001100 | 10010 | 111111 | 0 | 10100 | 100011011 | 111000 | 110111 |
Color Harmonies of #A84CCC
Complementary color
Monochromatic Colors of #A84CCC
Black with #A84CCC
Text Example
Text Example
White with #A84CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CCC; }
p { color: rgb(168,76,204); }
H1.HeaderClassName
{
color: #A84CCC;
}
.AnyTagClassName
{
color: #A84CCC;
}
</style>
background-color css
<style>
a { background-color: #A84CCC; }
a { background-color: rgb(168,76,204); }
div.DivClassName
{
background-color: #A84CCC;
}
.BgClassName
{
background-color: #A84CCC;
}
</style>
border-color css
<style>
span { border-color: #A84CCC; }
span { border-color: rgb(168,76,204); }
td.TdClassName
{
border-color: #A84CCC;
}
.TagClassName
{
border-color: #A84CCC;
}
</style>