Shades of Dark Orchid #A72FDB
Tints of Dark Orchid #A72FDB
RGB
CMYK
RGB Variations
Color information
#A72FDB (or 0xA72FDB) is known color: Dark Orchid. HEX triplet: A7, 2F and DB. RGB value is (167,47,219). Sum of RGB (Red+Green+Blue) = 167+47+219=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A72FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FDB is #58D024. Grayscale: #656565. Windows color (decimal): -5820453 or 14364583. OLE color: 14364583.
HSL color Cylindrical-coordinate representation of color #A72FDB: hue angle of 281.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72FDB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 47 | 219 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.14 |
| HSL | 281.86º | 0.7% | 0.52% | - |
| HSV(B) | 281.86º | 0.79% | 0.86% | - |
| XYZ | 29.74 | 15.36 | 68.42 | - |
| YUV | 102.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 219 | 0.24 | 0.79 | 0 | 0.14 | 281.86 | 0.7 | 0.52 |
| Hex | A7 | 2F | DB | 18 | 4F | 0 | E | 11A | 46 | 34 |
| Octal | 247 | 57 | 333 | 30 | 117 | 0 | 16 | 432 | 106 | 64 |
| Binary | 10100111 | 101111 | 11011011 | 11000 | 1001111 | 0 | 1110 | 100011010 | 1000110 | 110100 |
Color Harmonies of #A72FDB
Complementary color
Monochromatic Colors of #A72FDB
Black with #A72FDB
Text Example
Text Example
White with #A72FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72FDB; }
p { color: rgb(167,47,219); }
H1.HeaderClassName
{
color: #A72FDB;
}
.AnyTagClassName
{
color: #A72FDB;
}
</style>
background-color css
<style>
a { background-color: #A72FDB; }
a { background-color: rgb(167,47,219); }
div.DivClassName
{
background-color: #A72FDB;
}
.BgClassName
{
background-color: #A72FDB;
}
</style>
border-color css
<style>
span { border-color: #A72FDB; }
span { border-color: rgb(167,47,219); }
td.TdClassName
{
border-color: #A72FDB;
}
.TagClassName
{
border-color: #A72FDB;
}
</style>