Shades of Dark Orchid #A822BF
Tints of Dark Orchid #A822BF
RGB
CMYK
RGB Variations
Color information
#A822BF (or 0xA822BF) is known color: Dark Orchid. HEX triplet: A8, 22 and BF. RGB value is (168,34,191). Sum of RGB (Red+Green+Blue) = 168+34+191=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #A822BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822BF is #57DD40. Grayscale: #5B5B5B. Windows color (decimal): -5758273 or 12526248. OLE color: 12526248.
HSL color Cylindrical-coordinate representation of color #A822BF: hue angle of 291.21º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A822BF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 34 | 191 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.25 |
| HSL | 291.21º | 0.7% | 0.44% | - |
| HSV(B) | 291.21º | 0.82% | 0.75% | - |
| XYZ | 26.12 | 13.23 | 50.47 | - |
| YUV | 91.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 191 | 0.12 | 0.82 | 0 | 0.25 | 291.21 | 0.7 | 0.44 |
| Hex | A8 | 22 | BF | C | 52 | 0 | 19 | 123 | 46 | 2C |
| Octal | 250 | 42 | 277 | 14 | 122 | 0 | 31 | 443 | 106 | 54 |
| Binary | 10101000 | 100010 | 10111111 | 1100 | 1010010 | 0 | 11001 | 100100011 | 1000110 | 101100 |
Color Harmonies of #A822BF
Complementary color
Monochromatic Colors of #A822BF
Black with #A822BF
Text Example
Text Example
White with #A822BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822BF; }
p { color: rgb(168,34,191); }
H1.HeaderClassName
{
color: #A822BF;
}
.AnyTagClassName
{
color: #A822BF;
}
</style>
background-color css
<style>
a { background-color: #A822BF; }
a { background-color: rgb(168,34,191); }
div.DivClassName
{
background-color: #A822BF;
}
.BgClassName
{
background-color: #A822BF;
}
</style>
border-color css
<style>
span { border-color: #A822BF; }
span { border-color: rgb(168,34,191); }
td.TdClassName
{
border-color: #A822BF;
}
.TagClassName
{
border-color: #A822BF;
}
</style>