Shades of Dark Orchid #A42CCE
Tints of Dark Orchid #A42CCE
RGB
CMYK
RGB Variations
Color information
#A42CCE (or 0xA42CCE) is known color: Dark Orchid. HEX triplet: A4, 2C and CE. RGB value is (164,44,206). Sum of RGB (Red+Green+Blue) = 164+44+206=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #A42CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CCE is #5BD331. Grayscale: #616161. Windows color (decimal): -6017842 or 13511844. OLE color: 13511844.
HSL color Cylindrical-coordinate representation of color #A42CCE: hue angle of 284.44º 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 #A42CCE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 44 | 206 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.19 |
| HSL | 284.44º | 0.65% | 0.49% | - |
| HSV(B) | 284.44º | 0.79% | 0.81% | - |
| XYZ | 27.35 | 14.15 | 59.68 | - |
| YUV | 98.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 206 | 0.20 | 0.79 | 0 | 0.19 | 284.44 | 0.65 | 0.49 |
| Hex | A4 | 2C | CE | 14 | 4F | 0 | 13 | 11C | 41 | 31 |
| Octal | 244 | 54 | 316 | 24 | 117 | 0 | 23 | 434 | 101 | 61 |
| Binary | 10100100 | 101100 | 11001110 | 10100 | 1001111 | 0 | 10011 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A42CCE
Complementary color
Monochromatic Colors of #A42CCE
Black with #A42CCE
Text Example
Text Example
White with #A42CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CCE; }
p { color: rgb(164,44,206); }
H1.HeaderClassName
{
color: #A42CCE;
}
.AnyTagClassName
{
color: #A42CCE;
}
</style>
background-color css
<style>
a { background-color: #A42CCE; }
a { background-color: rgb(164,44,206); }
div.DivClassName
{
background-color: #A42CCE;
}
.BgClassName
{
background-color: #A42CCE;
}
</style>
border-color css
<style>
span { border-color: #A42CCE; }
span { border-color: rgb(164,44,206); }
td.TdClassName
{
border-color: #A42CCE;
}
.TagClassName
{
border-color: #A42CCE;
}
</style>