Shades of Dark Orchid #A72CCE
Tints of Dark Orchid #A72CCE
RGB
CMYK
RGB Variations
Color information
#A72CCE (or 0xA72CCE) is known color: Dark Orchid. HEX triplet: A7, 2C and CE. RGB value is (167,44,206). Sum of RGB (Red+Green+Blue) = 167+44+206=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A72CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CCE is #58D331. Grayscale: #626262. Windows color (decimal): -5821234 or 13511847. OLE color: 13511847.
HSL color Cylindrical-coordinate representation of color #A72CCE: hue angle of 285.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72CCE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 44 | 206 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.19 |
| HSL | 285.56º | 0.65% | 0.49% | - |
| HSV(B) | 285.56º | 0.79% | 0.81% | - |
| XYZ | 27.98 | 14.47 | 59.71 | - |
| YUV | 99.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 206 | 0.19 | 0.79 | 0 | 0.19 | 285.56 | 0.65 | 0.49 |
| Hex | A7 | 2C | CE | 13 | 4F | 0 | 13 | 11E | 41 | 31 |
| Octal | 247 | 54 | 316 | 23 | 117 | 0 | 23 | 436 | 101 | 61 |
| Binary | 10100111 | 101100 | 11001110 | 10011 | 1001111 | 0 | 10011 | 100011110 | 1000001 | 110001 |
Color Harmonies of #A72CCE
Complementary color
Monochromatic Colors of #A72CCE
Black with #A72CCE
Text Example
Text Example
White with #A72CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CCE; }
p { color: rgb(167,44,206); }
H1.HeaderClassName
{
color: #A72CCE;
}
.AnyTagClassName
{
color: #A72CCE;
}
</style>
background-color css
<style>
a { background-color: #A72CCE; }
a { background-color: rgb(167,44,206); }
div.DivClassName
{
background-color: #A72CCE;
}
.BgClassName
{
background-color: #A72CCE;
}
</style>
border-color css
<style>
span { border-color: #A72CCE; }
span { border-color: rgb(167,44,206); }
td.TdClassName
{
border-color: #A72CCE;
}
.TagClassName
{
border-color: #A72CCE;
}
</style>