Shades of Dark Orchid #A82ECB
Tints of Dark Orchid #A82ECB
RGB
CMYK
RGB Variations
Color information
#A82ECB (or 0xA82ECB) is known color: Dark Orchid. HEX triplet: A8, 2E and CB. RGB value is (168,46,203). Sum of RGB (Red+Green+Blue) = 168+46+203=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #A82ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ECB is #57D134. Grayscale: #636363. Windows color (decimal): -5755189 or 13315752. OLE color: 13315752.
HSL color Cylindrical-coordinate representation of color #A82ECB: hue angle of 286.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82ECB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 46 | 203 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.20 |
| HSL | 286.62º | 0.63% | 0.49% | - |
| HSV(B) | 286.62º | 0.77% | 0.8% | - |
| XYZ | 27.9 | 14.59 | 57.85 | - |
| YUV | 100.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 203 | 0.17 | 0.77 | 0 | 0.20 | 286.62 | 0.63 | 0.49 |
| Hex | A8 | 2E | CB | 11 | 4D | 0 | 14 | 11F | 3F | 31 |
| Octal | 250 | 56 | 313 | 21 | 115 | 0 | 24 | 437 | 77 | 61 |
| Binary | 10101000 | 101110 | 11001011 | 10001 | 1001101 | 0 | 10100 | 100011111 | 111111 | 110001 |
Color Harmonies of #A82ECB
Complementary color
Monochromatic Colors of #A82ECB
Black with #A82ECB
Text Example
Text Example
White with #A82ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ECB; }
p { color: rgb(168,46,203); }
H1.HeaderClassName
{
color: #A82ECB;
}
.AnyTagClassName
{
color: #A82ECB;
}
</style>
background-color css
<style>
a { background-color: #A82ECB; }
a { background-color: rgb(168,46,203); }
div.DivClassName
{
background-color: #A82ECB;
}
.BgClassName
{
background-color: #A82ECB;
}
</style>
border-color css
<style>
span { border-color: #A82ECB; }
span { border-color: rgb(168,46,203); }
td.TdClassName
{
border-color: #A82ECB;
}
.TagClassName
{
border-color: #A82ECB;
}
</style>