Shades of Dark Orchid #A72CCD
Tints of Dark Orchid #A72CCD
RGB
CMYK
RGB Variations
Color information
#A72CCD (or 0xA72CCD) is known color: Dark Orchid. HEX triplet: A7, 2C and CD. RGB value is (167,44,205). Sum of RGB (Red+Green+Blue) = 167+44+205=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A72CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CCD is #58D332. Grayscale: #626262. Windows color (decimal): -5821235 or 13446311. OLE color: 13446311.
HSL color Cylindrical-coordinate representation of color #A72CCD: hue angle of 285.84º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72CCD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 44 | 205 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.20 |
| HSL | 285.84º | 0.65% | 0.49% | - |
| HSV(B) | 285.84º | 0.79% | 0.8% | - |
| XYZ | 27.86 | 14.42 | 59.07 | - |
| YUV | 99.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 205 | 0.19 | 0.79 | 0 | 0.20 | 285.84 | 0.65 | 0.49 |
| Hex | A7 | 2C | CD | 13 | 4F | 0 | 14 | 11E | 41 | 31 |
| Octal | 247 | 54 | 315 | 23 | 117 | 0 | 24 | 436 | 101 | 61 |
| Binary | 10100111 | 101100 | 11001101 | 10011 | 1001111 | 0 | 10100 | 100011110 | 1000001 | 110001 |
Color Harmonies of #A72CCD
Complementary color
Monochromatic Colors of #A72CCD
Black with #A72CCD
Text Example
Text Example
White with #A72CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CCD; }
p { color: rgb(167,44,205); }
H1.HeaderClassName
{
color: #A72CCD;
}
.AnyTagClassName
{
color: #A72CCD;
}
</style>
background-color css
<style>
a { background-color: #A72CCD; }
a { background-color: rgb(167,44,205); }
div.DivClassName
{
background-color: #A72CCD;
}
.BgClassName
{
background-color: #A72CCD;
}
</style>
border-color css
<style>
span { border-color: #A72CCD; }
span { border-color: rgb(167,44,205); }
td.TdClassName
{
border-color: #A72CCD;
}
.TagClassName
{
border-color: #A72CCD;
}
</style>