Shades of Dark Orchid #A72ADD
Tints of Dark Orchid #A72ADD
RGB
CMYK
RGB Variations
Color information
#A72ADD (or 0xA72ADD) is known color: Dark Orchid. HEX triplet: A7, 2A and DD. RGB value is (167,42,221). Sum of RGB (Red+Green+Blue) = 167+42+221=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A72ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ADD is #58D522. Grayscale: #636363. Windows color (decimal): -5821731 or 14494375. OLE color: 14494375.
HSL color Cylindrical-coordinate representation of color #A72ADD: hue angle of 281.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72ADD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 42 | 221 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 281.9º | 0.72% | 0.52% | - |
| HSV(B) | 281.9º | 0.81% | 0.87% | - |
| XYZ | 29.82 | 15.09 | 69.75 | - |
| YUV | 99.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 221 | 0.24 | 0.81 | 0 | 0.13 | 281.9 | 0.72 | 0.52 |
| Hex | A7 | 2A | DD | 18 | 51 | 0 | D | 11A | 48 | 34 |
| Octal | 247 | 52 | 335 | 30 | 121 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10100111 | 101010 | 11011101 | 11000 | 1010001 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A72ADD
Complementary color
Monochromatic Colors of #A72ADD
Black with #A72ADD
Text Example
Text Example
White with #A72ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ADD; }
p { color: rgb(167,42,221); }
H1.HeaderClassName
{
color: #A72ADD;
}
.AnyTagClassName
{
color: #A72ADD;
}
</style>
background-color css
<style>
a { background-color: #A72ADD; }
a { background-color: rgb(167,42,221); }
div.DivClassName
{
background-color: #A72ADD;
}
.BgClassName
{
background-color: #A72ADD;
}
</style>
border-color css
<style>
span { border-color: #A72ADD; }
span { border-color: rgb(167,42,221); }
td.TdClassName
{
border-color: #A72ADD;
}
.TagClassName
{
border-color: #A72ADD;
}
</style>