Shades of Dark Orchid #A42EDA
Tints of Dark Orchid #A42EDA
RGB
CMYK
RGB Variations
Color information
#A42EDA (or 0xA42EDA) is known color: Dark Orchid. HEX triplet: A4, 2E and DA. RGB value is (164,46,218). Sum of RGB (Red+Green+Blue) = 164+46+218=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #A42EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EDA is #5BD125. Grayscale: #646464. Windows color (decimal): -6017318 or 14298788. OLE color: 14298788.
HSL color Cylindrical-coordinate representation of color #A42EDA: hue angle of 281.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42EDA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 46 | 218 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.15 |
| HSL | 281.16º | 0.7% | 0.52% | - |
| HSV(B) | 281.16º | 0.79% | 0.85% | - |
| XYZ | 28.94 | 14.91 | 67.68 | - |
| YUV | 100.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 218 | 0.25 | 0.79 | 0 | 0.15 | 281.16 | 0.7 | 0.52 |
| Hex | A4 | 2E | DA | 19 | 4F | 0 | F | 119 | 46 | 34 |
| Octal | 244 | 56 | 332 | 31 | 117 | 0 | 17 | 431 | 106 | 64 |
| Binary | 10100100 | 101110 | 11011010 | 11001 | 1001111 | 0 | 1111 | 100011001 | 1000110 | 110100 |
Color Harmonies of #A42EDA
Complementary color
Monochromatic Colors of #A42EDA
Black with #A42EDA
Text Example
Text Example
White with #A42EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EDA; }
p { color: rgb(164,46,218); }
H1.HeaderClassName
{
color: #A42EDA;
}
.AnyTagClassName
{
color: #A42EDA;
}
</style>
background-color css
<style>
a { background-color: #A42EDA; }
a { background-color: rgb(164,46,218); }
div.DivClassName
{
background-color: #A42EDA;
}
.BgClassName
{
background-color: #A42EDA;
}
</style>
border-color css
<style>
span { border-color: #A42EDA; }
span { border-color: rgb(164,46,218); }
td.TdClassName
{
border-color: #A42EDA;
}
.TagClassName
{
border-color: #A42EDA;
}
</style>