Shades of Dark Orchid #A72CDA
Tints of Dark Orchid #A72CDA
RGB
CMYK
RGB Variations
Color information
#A72CDA (or 0xA72CDA) is known color: Dark Orchid. HEX triplet: A7, 2C and DA. RGB value is (167,44,218). Sum of RGB (Red+Green+Blue) = 167+44+218=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A72CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CDA is #58D325. Grayscale: #646464. Windows color (decimal): -5821222 or 14298279. OLE color: 14298279.
HSL color Cylindrical-coordinate representation of color #A72CDA: hue angle of 282.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72CDA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 44 | 218 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.15 |
| HSL | 282.41º | 0.7% | 0.51% | - |
| HSV(B) | 282.41º | 0.8% | 0.85% | - |
| XYZ | 29.49 | 15.08 | 67.69 | - |
| YUV | 100.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 218 | 0.23 | 0.80 | 0 | 0.15 | 282.41 | 0.7 | 0.51 |
| Hex | A7 | 2C | DA | 17 | 50 | 0 | F | 11A | 46 | 33 |
| Octal | 247 | 54 | 332 | 27 | 120 | 0 | 17 | 432 | 106 | 63 |
| Binary | 10100111 | 101100 | 11011010 | 10111 | 1010000 | 0 | 1111 | 100011010 | 1000110 | 110011 |
Color Harmonies of #A72CDA
Complementary color
Monochromatic Colors of #A72CDA
Black with #A72CDA
Text Example
Text Example
White with #A72CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CDA; }
p { color: rgb(167,44,218); }
H1.HeaderClassName
{
color: #A72CDA;
}
.AnyTagClassName
{
color: #A72CDA;
}
</style>
background-color css
<style>
a { background-color: #A72CDA; }
a { background-color: rgb(167,44,218); }
div.DivClassName
{
background-color: #A72CDA;
}
.BgClassName
{
background-color: #A72CDA;
}
</style>
border-color css
<style>
span { border-color: #A72CDA; }
span { border-color: rgb(167,44,218); }
td.TdClassName
{
border-color: #A72CDA;
}
.TagClassName
{
border-color: #A72CDA;
}
</style>