Shades of Medium Orchid #A84BD5
Tints of Medium Orchid #A84BD5
RGB
CMYK
RGB Variations
Color information
#A84BD5 (or 0xA84BD5) is known color: Medium Orchid. HEX triplet: A8, 4B and D5. RGB value is (168,75,213). Sum of RGB (Red+Green+Blue) = 168+75+213=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #A84BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BD5 is #57B42A. Grayscale: #767676. Windows color (decimal): -5747755 or 13978536. OLE color: 13978536.
HSL color Cylindrical-coordinate representation of color #A84BD5: hue angle of 280.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84BD5 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 75 | 213 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.16 |
| HSL | 280.43º | 0.62% | 0.56% | - |
| HSV(B) | 280.43º | 0.65% | 0.84% | - |
| XYZ | 30.67 | 18.16 | 64.84 | - |
| YUV | 118.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 213 | 0.21 | 0.65 | 0 | 0.16 | 280.43 | 0.62 | 0.56 |
| Hex | A8 | 4B | D5 | 15 | 41 | 0 | 10 | 118 | 3E | 38 |
| Octal | 250 | 113 | 325 | 25 | 101 | 0 | 20 | 430 | 76 | 70 |
| Binary | 10101000 | 1001011 | 11010101 | 10101 | 1000001 | 0 | 10000 | 100011000 | 111110 | 111000 |
Color Harmonies of #A84BD5
Complementary color
Monochromatic Colors of #A84BD5
Black with #A84BD5
Text Example
Text Example
White with #A84BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BD5; }
p { color: rgb(168,75,213); }
H1.HeaderClassName
{
color: #A84BD5;
}
.AnyTagClassName
{
color: #A84BD5;
}
</style>
background-color css
<style>
a { background-color: #A84BD5; }
a { background-color: rgb(168,75,213); }
div.DivClassName
{
background-color: #A84BD5;
}
.BgClassName
{
background-color: #A84BD5;
}
</style>
border-color css
<style>
span { border-color: #A84BD5; }
span { border-color: rgb(168,75,213); }
td.TdClassName
{
border-color: #A84BD5;
}
.TagClassName
{
border-color: #A84BD5;
}
</style>