Shades of Dark Orchid #A82BDC
Tints of Dark Orchid #A82BDC
RGB
CMYK
RGB Variations
Color information
#A82BDC (or 0xA82BDC) is known color: Dark Orchid. HEX triplet: A8, 2B and DC. RGB value is (168,43,220). Sum of RGB (Red+Green+Blue) = 168+43+220=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BDC is #57D423. Grayscale: #636363. Windows color (decimal): -5755940 or 14429096. OLE color: 14429096.
HSL color Cylindrical-coordinate representation of color #A82BDC: hue angle of 282.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82BDC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 43 | 220 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.14 |
| HSL | 282.37º | 0.72% | 0.52% | - |
| HSV(B) | 282.37º | 0.8% | 0.86% | - |
| XYZ | 29.93 | 15.22 | 69.07 | - |
| YUV | 100.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 220 | 0.24 | 0.80 | 0 | 0.14 | 282.37 | 0.72 | 0.52 |
| Hex | A8 | 2B | DC | 18 | 50 | 0 | E | 11A | 48 | 34 |
| Octal | 250 | 53 | 334 | 30 | 120 | 0 | 16 | 432 | 110 | 64 |
| Binary | 10101000 | 101011 | 11011100 | 11000 | 1010000 | 0 | 1110 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A82BDC
Complementary color
Monochromatic Colors of #A82BDC
Black with #A82BDC
Text Example
Text Example
White with #A82BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BDC; }
p { color: rgb(168,43,220); }
H1.HeaderClassName
{
color: #A82BDC;
}
.AnyTagClassName
{
color: #A82BDC;
}
</style>
background-color css
<style>
a { background-color: #A82BDC; }
a { background-color: rgb(168,43,220); }
div.DivClassName
{
background-color: #A82BDC;
}
.BgClassName
{
background-color: #A82BDC;
}
</style>
border-color css
<style>
span { border-color: #A82BDC; }
span { border-color: rgb(168,43,220); }
td.TdClassName
{
border-color: #A82BDC;
}
.TagClassName
{
border-color: #A82BDC;
}
</style>