Shades of Dark Orchid #A42BD0
Tints of Dark Orchid #A42BD0
RGB
CMYK
RGB Variations
Color information
#A42BD0 (or 0xA42BD0) is known color: Dark Orchid. HEX triplet: A4, 2B and D0. RGB value is (164,43,208). Sum of RGB (Red+Green+Blue) = 164+43+208=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #A42BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BD0 is #5BD42F. Grayscale: #616161. Windows color (decimal): -6018096 or 13642660. OLE color: 13642660.
HSL color Cylindrical-coordinate representation of color #A42BD0: hue angle of 284º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42BD0 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 43 | 208 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.18 |
| HSL | 284º | 0.66% | 0.49% | - |
| HSV(B) | 284º | 0.79% | 0.82% | - |
| XYZ | 27.56 | 14.17 | 60.96 | - |
| YUV | 97.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 208 | 0.21 | 0.79 | 0 | 0.18 | 284 | 0.66 | 0.49 |
| Hex | A4 | 2B | D0 | 15 | 4F | 0 | 12 | 11C | 42 | 31 |
| Octal | 244 | 53 | 320 | 25 | 117 | 0 | 22 | 434 | 102 | 61 |
| Binary | 10100100 | 101011 | 11010000 | 10101 | 1001111 | 0 | 10010 | 100011100 | 1000010 | 110001 |
Color Harmonies of #A42BD0
Complementary color
Monochromatic Colors of #A42BD0
Black with #A42BD0
Text Example
Text Example
White with #A42BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BD0; }
p { color: rgb(164,43,208); }
H1.HeaderClassName
{
color: #A42BD0;
}
.AnyTagClassName
{
color: #A42BD0;
}
</style>
background-color css
<style>
a { background-color: #A42BD0; }
a { background-color: rgb(164,43,208); }
div.DivClassName
{
background-color: #A42BD0;
}
.BgClassName
{
background-color: #A42BD0;
}
</style>
border-color css
<style>
span { border-color: #A42BD0; }
span { border-color: rgb(164,43,208); }
td.TdClassName
{
border-color: #A42BD0;
}
.TagClassName
{
border-color: #A42BD0;
}
</style>