Shades of Dark Orchid #A82BDF
Tints of Dark Orchid #A82BDF
RGB
CMYK
RGB Variations
Color information
#A82BDF (or 0xA82BDF) is known color: Dark Orchid. HEX triplet: A8, 2B and DF. RGB value is (168,43,223). Sum of RGB (Red+Green+Blue) = 168+43+223=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #A82BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BDF is #57D420. Grayscale: #646464. Windows color (decimal): -5755937 or 14625704. OLE color: 14625704.
HSL color Cylindrical-coordinate representation of color #A82BDF: hue angle of 281.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82BDF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 43 | 223 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.13 |
| HSL | 281.67º | 0.74% | 0.52% | - |
| HSV(B) | 281.67º | 0.81% | 0.87% | - |
| XYZ | 30.33 | 15.38 | 71.18 | - |
| YUV | 100.9 | 196.91 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 223 | 0.25 | 0.81 | 0 | 0.13 | 281.67 | 0.74 | 0.52 |
| Hex | A8 | 2B | DF | 19 | 51 | 0 | D | 11A | 4A | 34 |
| Octal | 250 | 53 | 337 | 31 | 121 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101000 | 101011 | 11011111 | 11001 | 1010001 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #A82BDF
Complementary color
Monochromatic Colors of #A82BDF
Black with #A82BDF
Text Example
Text Example
White with #A82BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BDF; }
p { color: rgb(168,43,223); }
H1.HeaderClassName
{
color: #A82BDF;
}
.AnyTagClassName
{
color: #A82BDF;
}
</style>
background-color css
<style>
a { background-color: #A82BDF; }
a { background-color: rgb(168,43,223); }
div.DivClassName
{
background-color: #A82BDF;
}
.BgClassName
{
background-color: #A82BDF;
}
</style>
border-color css
<style>
span { border-color: #A82BDF; }
span { border-color: rgb(168,43,223); }
td.TdClassName
{
border-color: #A82BDF;
}
.TagClassName
{
border-color: #A82BDF;
}
</style>