Shades of Medium Orchid #A84ACB
Tints of Medium Orchid #A84ACB
RGB
CMYK
RGB Variations
Color information
#A84ACB (or 0xA84ACB) is known color: Medium Orchid. HEX triplet: A8, 4A and CB. RGB value is (168,74,203). Sum of RGB (Red+Green+Blue) = 168+74+203=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A84ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACB is #57B534. Grayscale: #747474. Windows color (decimal): -5748021 or 13322920. OLE color: 13322920.
HSL color Cylindrical-coordinate representation of color #A84ACB: hue angle of 283.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84ACB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 74 | 203 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.20 |
| HSL | 283.72º | 0.55% | 0.54% | - |
| HSV(B) | 283.72º | 0.64% | 0.8% | - |
| XYZ | 29.38 | 17.53 | 58.34 | - |
| YUV | 116.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 203 | 0.17 | 0.64 | 0 | 0.20 | 283.72 | 0.55 | 0.54 |
| Hex | A8 | 4A | CB | 11 | 40 | 0 | 14 | 11C | 37 | 36 |
| Octal | 250 | 112 | 313 | 21 | 100 | 0 | 24 | 434 | 67 | 66 |
| Binary | 10101000 | 1001010 | 11001011 | 10001 | 1000000 | 0 | 10100 | 100011100 | 110111 | 110110 |
Color Harmonies of #A84ACB
Complementary color
Monochromatic Colors of #A84ACB
Black with #A84ACB
Text Example
Text Example
White with #A84ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84ACB; }
p { color: rgb(168,74,203); }
H1.HeaderClassName
{
color: #A84ACB;
}
.AnyTagClassName
{
color: #A84ACB;
}
</style>
background-color css
<style>
a { background-color: #A84ACB; }
a { background-color: rgb(168,74,203); }
div.DivClassName
{
background-color: #A84ACB;
}
.BgClassName
{
background-color: #A84ACB;
}
</style>
border-color css
<style>
span { border-color: #A84ACB; }
span { border-color: rgb(168,74,203); }
td.TdClassName
{
border-color: #A84ACB;
}
.TagClassName
{
border-color: #A84ACB;
}
</style>