Shades of Dark Orchid #A42CC8
Tints of Dark Orchid #A42CC8
RGB
CMYK
RGB Variations
Color information
#A42CC8 (or 0xA42CC8) is known color: Dark Orchid. HEX triplet: A4, 2C and C8. RGB value is (164,44,200). Sum of RGB (Red+Green+Blue) = 164+44+200=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #A42CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CC8 is #5BD337. Grayscale: #616161. Windows color (decimal): -6017848 or 13118628. OLE color: 13118628.
HSL color Cylindrical-coordinate representation of color #A42CC8: hue angle of 286.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42CC8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 44 | 200 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.22 |
| HSL | 286.15º | 0.64% | 0.48% | - |
| HSV(B) | 286.15º | 0.78% | 0.78% | - |
| XYZ | 26.64 | 13.86 | 55.92 | - |
| YUV | 97.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 200 | 0.18 | 0.78 | 0 | 0.22 | 286.15 | 0.64 | 0.48 |
| Hex | A4 | 2C | C8 | 12 | 4E | 0 | 16 | 11E | 40 | 30 |
| Octal | 244 | 54 | 310 | 22 | 116 | 0 | 26 | 436 | 100 | 60 |
| Binary | 10100100 | 101100 | 11001000 | 10010 | 1001110 | 0 | 10110 | 100011110 | 1000000 | 110000 |
Color Harmonies of #A42CC8
Complementary color
Monochromatic Colors of #A42CC8
Black with #A42CC8
Text Example
Text Example
White with #A42CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CC8; }
p { color: rgb(164,44,200); }
H1.HeaderClassName
{
color: #A42CC8;
}
.AnyTagClassName
{
color: #A42CC8;
}
</style>
background-color css
<style>
a { background-color: #A42CC8; }
a { background-color: rgb(164,44,200); }
div.DivClassName
{
background-color: #A42CC8;
}
.BgClassName
{
background-color: #A42CC8;
}
</style>
border-color css
<style>
span { border-color: #A42CC8; }
span { border-color: rgb(164,44,200); }
td.TdClassName
{
border-color: #A42CC8;
}
.TagClassName
{
border-color: #A42CC8;
}
</style>