Shades of Dark Orchid #A42ECB
Tints of Dark Orchid #A42ECB
RGB
CMYK
RGB Variations
Color information
#A42ECB (or 0xA42ECB) is known color: Dark Orchid. HEX triplet: A4, 2E and CB. RGB value is (164,46,203). Sum of RGB (Red+Green+Blue) = 164+46+203=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #A42ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ECB is #5BD134. Grayscale: #626262. Windows color (decimal): -6017333 or 13315748. OLE color: 13315748.
HSL color Cylindrical-coordinate representation of color #A42ECB: hue angle of 285.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42ECB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 46 | 203 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.20 |
| HSL | 285.1º | 0.63% | 0.49% | - |
| HSV(B) | 285.1º | 0.77% | 0.8% | - |
| XYZ | 27.07 | 14.16 | 57.81 | - |
| YUV | 99.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 203 | 0.19 | 0.77 | 0 | 0.20 | 285.1 | 0.63 | 0.49 |
| Hex | A4 | 2E | CB | 13 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 244 | 56 | 313 | 23 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100100 | 101110 | 11001011 | 10011 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A42ECB
Complementary color
Monochromatic Colors of #A42ECB
Black with #A42ECB
Text Example
Text Example
White with #A42ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ECB; }
p { color: rgb(164,46,203); }
H1.HeaderClassName
{
color: #A42ECB;
}
.AnyTagClassName
{
color: #A42ECB;
}
</style>
background-color css
<style>
a { background-color: #A42ECB; }
a { background-color: rgb(164,46,203); }
div.DivClassName
{
background-color: #A42ECB;
}
.BgClassName
{
background-color: #A42ECB;
}
</style>
border-color css
<style>
span { border-color: #A42ECB; }
span { border-color: rgb(164,46,203); }
td.TdClassName
{
border-color: #A42ECB;
}
.TagClassName
{
border-color: #A42ECB;
}
</style>