Shades of Dark Orchid #A822BD
Tints of Dark Orchid #A822BD
RGB
CMYK
RGB Variations
Color information
#A822BD (or 0xA822BD) is known color: Dark Orchid. HEX triplet: A8, 22 and BD. RGB value is (168,34,189). Sum of RGB (Red+Green+Blue) = 168+34+189=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A822BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822BD is #57DD42. Grayscale: #5B5B5B. Windows color (decimal): -5758275 or 12395176. OLE color: 12395176.
HSL color Cylindrical-coordinate representation of color #A822BD: hue angle of 291.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A822BD is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 34 | 189 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.26 |
| HSL | 291.87º | 0.7% | 0.44% | - |
| HSV(B) | 291.87º | 0.82% | 0.74% | - |
| XYZ | 25.91 | 13.14 | 49.32 | - |
| YUV | 91.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 189 | 0.11 | 0.82 | 0 | 0.26 | 291.87 | 0.7 | 0.44 |
| Hex | A8 | 22 | BD | B | 52 | 0 | 1A | 124 | 46 | 2C |
| Octal | 250 | 42 | 275 | 13 | 122 | 0 | 32 | 444 | 106 | 54 |
| Binary | 10101000 | 100010 | 10111101 | 1011 | 1010010 | 0 | 11010 | 100100100 | 1000110 | 101100 |
Color Harmonies of #A822BD
Complementary color
Monochromatic Colors of #A822BD
Black with #A822BD
Text Example
Text Example
White with #A822BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822BD; }
p { color: rgb(168,34,189); }
H1.HeaderClassName
{
color: #A822BD;
}
.AnyTagClassName
{
color: #A822BD;
}
</style>
background-color css
<style>
a { background-color: #A822BD; }
a { background-color: rgb(168,34,189); }
div.DivClassName
{
background-color: #A822BD;
}
.BgClassName
{
background-color: #A822BD;
}
</style>
border-color css
<style>
span { border-color: #A822BD; }
span { border-color: rgb(168,34,189); }
td.TdClassName
{
border-color: #A822BD;
}
.TagClassName
{
border-color: #A822BD;
}
</style>