Shades of Dark Orchid #A82DB5
Tints of Dark Orchid #A82DB5
RGB
CMYK
RGB Variations
Color information
#A82DB5 (or 0xA82DB5) is known color: Dark Orchid. HEX triplet: A8, 2D and B5. RGB value is (168,45,181). Sum of RGB (Red+Green+Blue) = 168+45+181=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #A82DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DB5 is #57D24A. Grayscale: #606060. Windows color (decimal): -5755467 or 11873704. OLE color: 11873704.
HSL color Cylindrical-coordinate representation of color #A82DB5: hue angle of 294.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82DB5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 45 | 181 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.29 |
| HSL | 294.26º | 0.6% | 0.44% | - |
| HSV(B) | 294.26º | 0.75% | 0.71% | - |
| XYZ | 25.43 | 13.54 | 44.99 | - |
| YUV | 97.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 181 | 0.07 | 0.75 | 0 | 0.29 | 294.26 | 0.6 | 0.44 |
| Hex | A8 | 2D | B5 | 7 | 4B | 0 | 1D | 126 | 3C | 2C |
| Octal | 250 | 55 | 265 | 7 | 113 | 0 | 35 | 446 | 74 | 54 |
| Binary | 10101000 | 101101 | 10110101 | 111 | 1001011 | 0 | 11101 | 100100110 | 111100 | 101100 |
Color Harmonies of #A82DB5
Complementary color
Monochromatic Colors of #A82DB5
Black with #A82DB5
Text Example
Text Example
White with #A82DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DB5; }
p { color: rgb(168,45,181); }
H1.HeaderClassName
{
color: #A82DB5;
}
.AnyTagClassName
{
color: #A82DB5;
}
</style>
background-color css
<style>
a { background-color: #A82DB5; }
a { background-color: rgb(168,45,181); }
div.DivClassName
{
background-color: #A82DB5;
}
.BgClassName
{
background-color: #A82DB5;
}
</style>
border-color css
<style>
span { border-color: #A82DB5; }
span { border-color: rgb(168,45,181); }
td.TdClassName
{
border-color: #A82DB5;
}
.TagClassName
{
border-color: #A82DB5;
}
</style>