Shades of Medium Orchid #A84ADC
Tints of Medium Orchid #A84ADC
RGB
CMYK
RGB Variations
Color information
#A84ADC (or 0xA84ADC) is known color: Medium Orchid. HEX triplet: A8, 4A and DC. RGB value is (168,74,220). Sum of RGB (Red+Green+Blue) = 168+74+220=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ADC is #57B523. Grayscale: #767676. Windows color (decimal): -5748004 or 14437032. OLE color: 14437032.
HSL color Cylindrical-coordinate representation of color #A84ADC: hue angle of 278.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84ADC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 74 | 220 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.14 |
| HSL | 278.63º | 0.68% | 0.58% | - |
| HSV(B) | 278.63º | 0.66% | 0.86% | - |
| XYZ | 31.52 | 18.39 | 69.6 | - |
| YUV | 118.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 220 | 0.24 | 0.66 | 0 | 0.14 | 278.63 | 0.68 | 0.58 |
| Hex | A8 | 4A | DC | 18 | 42 | 0 | E | 117 | 44 | 3A |
| Octal | 250 | 112 | 334 | 30 | 102 | 0 | 16 | 427 | 104 | 72 |
| Binary | 10101000 | 1001010 | 11011100 | 11000 | 1000010 | 0 | 1110 | 100010111 | 1000100 | 111010 |
Color Harmonies of #A84ADC
Complementary color
Monochromatic Colors of #A84ADC
Black with #A84ADC
Text Example
Text Example
White with #A84ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ADC; }
p { color: rgb(168,74,220); }
H1.HeaderClassName
{
color: #A84ADC;
}
.AnyTagClassName
{
color: #A84ADC;
}
</style>
background-color css
<style>
a { background-color: #A84ADC; }
a { background-color: rgb(168,74,220); }
div.DivClassName
{
background-color: #A84ADC;
}
.BgClassName
{
background-color: #A84ADC;
}
</style>
border-color css
<style>
span { border-color: #A84ADC; }
span { border-color: rgb(168,74,220); }
td.TdClassName
{
border-color: #A84ADC;
}
.TagClassName
{
border-color: #A84ADC;
}
</style>