Shades of Dark Orchid #A42BE5
Tints of Dark Orchid #A42BE5
RGB
CMYK
RGB Variations
Color information
#A42BE5 (or 0xA42BE5) is known color: Dark Orchid. HEX triplet: A4, 2B and E5. RGB value is (164,43,229). Sum of RGB (Red+Green+Blue) = 164+43+229=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #A42BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BE5 is #5BD41A. Grayscale: #636363. Windows color (decimal): -6018075 or 15018916. OLE color: 15018916.
HSL color Cylindrical-coordinate representation of color #A42BE5: hue angle of 279.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42BE5 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 43 | 229 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.10 |
| HSL | 279.03º | 0.78% | 0.53% | - |
| HSV(B) | 279.03º | 0.81% | 0.9% | - |
| XYZ | 30.32 | 15.28 | 75.48 | - |
| YUV | 100.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 229 | 0.28 | 0.81 | 0 | 0.10 | 279.03 | 0.78 | 0.53 |
| Hex | A4 | 2B | E5 | 1C | 51 | 0 | A | 117 | 4E | 35 |
| Octal | 244 | 53 | 345 | 34 | 121 | 0 | 12 | 427 | 116 | 65 |
| Binary | 10100100 | 101011 | 11100101 | 11100 | 1010001 | 0 | 1010 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A42BE5
Complementary color
Monochromatic Colors of #A42BE5
Black with #A42BE5
Text Example
Text Example
White with #A42BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BE5; }
p { color: rgb(164,43,229); }
H1.HeaderClassName
{
color: #A42BE5;
}
.AnyTagClassName
{
color: #A42BE5;
}
</style>
background-color css
<style>
a { background-color: #A42BE5; }
a { background-color: rgb(164,43,229); }
div.DivClassName
{
background-color: #A42BE5;
}
.BgClassName
{
background-color: #A42BE5;
}
</style>
border-color css
<style>
span { border-color: #A42BE5; }
span { border-color: rgb(164,43,229); }
td.TdClassName
{
border-color: #A42BE5;
}
.TagClassName
{
border-color: #A42BE5;
}
</style>