Shades of Dark Orchid #A72ADB
Tints of Dark Orchid #A72ADB
RGB
CMYK
RGB Variations
Color information
#A72ADB (or 0xA72ADB) is known color: Dark Orchid. HEX triplet: A7, 2A and DB. RGB value is (167,42,219). Sum of RGB (Red+Green+Blue) = 167+42+219=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A72ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ADB is #58D524. Grayscale: #626262. Windows color (decimal): -5821733 or 14363303. OLE color: 14363303.
HSL color Cylindrical-coordinate representation of color #A72ADB: hue angle of 282.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72ADB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 42 | 219 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.14 |
| HSL | 282.37º | 0.71% | 0.51% | - |
| HSV(B) | 282.37º | 0.81% | 0.86% | - |
| XYZ | 29.55 | 14.99 | 68.35 | - |
| YUV | 99.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 219 | 0.24 | 0.81 | 0 | 0.14 | 282.37 | 0.71 | 0.51 |
| Hex | A7 | 2A | DB | 18 | 51 | 0 | E | 11A | 47 | 33 |
| Octal | 247 | 52 | 333 | 30 | 121 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100111 | 101010 | 11011011 | 11000 | 1010001 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A72ADB
Complementary color
Monochromatic Colors of #A72ADB
Black with #A72ADB
Text Example
Text Example
White with #A72ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ADB; }
p { color: rgb(167,42,219); }
H1.HeaderClassName
{
color: #A72ADB;
}
.AnyTagClassName
{
color: #A72ADB;
}
</style>
background-color css
<style>
a { background-color: #A72ADB; }
a { background-color: rgb(167,42,219); }
div.DivClassName
{
background-color: #A72ADB;
}
.BgClassName
{
background-color: #A72ADB;
}
</style>
border-color css
<style>
span { border-color: #A72ADB; }
span { border-color: rgb(167,42,219); }
td.TdClassName
{
border-color: #A72ADB;
}
.TagClassName
{
border-color: #A72ADB;
}
</style>