Shades of Dark Orchid #A72BDB
Tints of Dark Orchid #A72BDB
RGB
CMYK
RGB Variations
Color information
#A72BDB (or 0xA72BDB) is known color: Dark Orchid. HEX triplet: A7, 2B and DB. RGB value is (167,43,219). Sum of RGB (Red+Green+Blue) = 167+43+219=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A72BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BDB is #58D424. Grayscale: #636363. Windows color (decimal): -5821477 or 14363559. OLE color: 14363559.
HSL color Cylindrical-coordinate representation of color #A72BDB: hue angle of 282.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72BDB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 43 | 219 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.14 |
| HSL | 282.27º | 0.71% | 0.51% | - |
| HSV(B) | 282.27º | 0.8% | 0.86% | - |
| XYZ | 29.59 | 15.06 | 68.36 | - |
| YUV | 100.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 43 | 219 | 0.24 | 0.80 | 0 | 0.14 | 282.27 | 0.71 | 0.51 |
| Hex | A7 | 2B | DB | 18 | 50 | 0 | E | 11A | 47 | 33 |
| Octal | 247 | 53 | 333 | 30 | 120 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100111 | 101011 | 11011011 | 11000 | 1010000 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A72BDB
Complementary color
Monochromatic Colors of #A72BDB
Black with #A72BDB
Text Example
Text Example
White with #A72BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72BDB; }
p { color: rgb(167,43,219); }
H1.HeaderClassName
{
color: #A72BDB;
}
.AnyTagClassName
{
color: #A72BDB;
}
</style>
background-color css
<style>
a { background-color: #A72BDB; }
a { background-color: rgb(167,43,219); }
div.DivClassName
{
background-color: #A72BDB;
}
.BgClassName
{
background-color: #A72BDB;
}
</style>
border-color css
<style>
span { border-color: #A72BDB; }
span { border-color: rgb(167,43,219); }
td.TdClassName
{
border-color: #A72BDB;
}
.TagClassName
{
border-color: #A72BDB;
}
</style>