Shades of Dark Orchid #A820B7
Tints of Dark Orchid #A820B7
RGB
CMYK
RGB Variations
Color information
#A820B7 (or 0xA820B7) is known color: Dark Orchid. HEX triplet: A8, 20 and B7. RGB value is (168,32,183). Sum of RGB (Red+Green+Blue) = 168+32+183=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #A820B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820B7 is #57DF48. Grayscale: #595959. Windows color (decimal): -5758793 or 12001448. OLE color: 12001448.
HSL color Cylindrical-coordinate representation of color #A820B7: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A820B7 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 32 | 183 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.28 |
| HSL | 294.04º | 0.7% | 0.42% | - |
| HSV(B) | 294.04º | 0.83% | 0.72% | - |
| XYZ | 25.21 | 12.78 | 45.94 | - |
| YUV | 89.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 183 | 0.08 | 0.83 | 0 | 0.28 | 294.04 | 0.7 | 0.42 |
| Hex | A8 | 20 | B7 | 8 | 53 | 0 | 1C | 126 | 46 | 2A |
| Octal | 250 | 40 | 267 | 10 | 123 | 0 | 34 | 446 | 106 | 52 |
| Binary | 10101000 | 100000 | 10110111 | 1000 | 1010011 | 0 | 11100 | 100100110 | 1000110 | 101010 |
Color Harmonies of #A820B7
Complementary color
Monochromatic Colors of #A820B7
Black with #A820B7
Text Example
Text Example
White with #A820B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820B7; }
p { color: rgb(168,32,183); }
H1.HeaderClassName
{
color: #A820B7;
}
.AnyTagClassName
{
color: #A820B7;
}
</style>
background-color css
<style>
a { background-color: #A820B7; }
a { background-color: rgb(168,32,183); }
div.DivClassName
{
background-color: #A820B7;
}
.BgClassName
{
background-color: #A820B7;
}
</style>
border-color css
<style>
span { border-color: #A820B7; }
span { border-color: rgb(168,32,183); }
td.TdClassName
{
border-color: #A820B7;
}
.TagClassName
{
border-color: #A820B7;
}
</style>