Shades of Dark Orchid #A72CDD
Tints of Dark Orchid #A72CDD
RGB
CMYK
RGB Variations
Color information
#A72CDD (or 0xA72CDD) is known color: Dark Orchid. HEX triplet: A7, 2C and DD. RGB value is (167,44,221). Sum of RGB (Red+Green+Blue) = 167+44+221=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A72CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CDD is #58D322. Grayscale: #646464. Windows color (decimal): -5821219 or 14494887. OLE color: 14494887.
HSL color Cylindrical-coordinate representation of color #A72CDD: hue angle of 281.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72CDD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 44 | 221 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 281.69º | 0.72% | 0.52% | - |
| HSV(B) | 281.69º | 0.8% | 0.87% | - |
| XYZ | 29.89 | 15.24 | 69.77 | - |
| YUV | 100.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 221 | 0.24 | 0.80 | 0 | 0.13 | 281.69 | 0.72 | 0.52 |
| Hex | A7 | 2C | DD | 18 | 50 | 0 | D | 11A | 48 | 34 |
| Octal | 247 | 54 | 335 | 30 | 120 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10100111 | 101100 | 11011101 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A72CDD
Complementary color
Monochromatic Colors of #A72CDD
Black with #A72CDD
Text Example
Text Example
White with #A72CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CDD; }
p { color: rgb(167,44,221); }
H1.HeaderClassName
{
color: #A72CDD;
}
.AnyTagClassName
{
color: #A72CDD;
}
</style>
background-color css
<style>
a { background-color: #A72CDD; }
a { background-color: rgb(167,44,221); }
div.DivClassName
{
background-color: #A72CDD;
}
.BgClassName
{
background-color: #A72CDD;
}
</style>
border-color css
<style>
span { border-color: #A72CDD; }
span { border-color: rgb(167,44,221); }
td.TdClassName
{
border-color: #A72CDD;
}
.TagClassName
{
border-color: #A72CDD;
}
</style>