Shades of Dark Orchid #A42DBD
Tints of Dark Orchid #A42DBD
RGB
CMYK
RGB Variations
Color information
#A42DBD (or 0xA42DBD) is known color: Dark Orchid. HEX triplet: A4, 2D and BD. RGB value is (164,45,189). Sum of RGB (Red+Green+Blue) = 164+45+189=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #A42DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBD is #5BD242. Grayscale: #606060. Windows color (decimal): -6017603 or 12397988. OLE color: 12397988.
HSL color Cylindrical-coordinate representation of color #A42DBD: hue angle of 289.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42DBD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 45 | 189 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.26 |
| HSL | 289.58º | 0.62% | 0.46% | - |
| HSV(B) | 289.58º | 0.76% | 0.74% | - |
| XYZ | 25.43 | 13.44 | 49.4 | - |
| YUV | 97 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 189 | 0.13 | 0.76 | 0 | 0.26 | 289.58 | 0.62 | 0.46 |
| Hex | A4 | 2D | BD | D | 4C | 0 | 1A | 122 | 3E | 2E |
| Octal | 244 | 55 | 275 | 15 | 114 | 0 | 32 | 442 | 76 | 56 |
| Binary | 10100100 | 101101 | 10111101 | 1101 | 1001100 | 0 | 11010 | 100100010 | 111110 | 101110 |
Color Harmonies of #A42DBD
Complementary color
Monochromatic Colors of #A42DBD
Black with #A42DBD
Text Example
Text Example
White with #A42DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DBD; }
p { color: rgb(164,45,189); }
H1.HeaderClassName
{
color: #A42DBD;
}
.AnyTagClassName
{
color: #A42DBD;
}
</style>
background-color css
<style>
a { background-color: #A42DBD; }
a { background-color: rgb(164,45,189); }
div.DivClassName
{
background-color: #A42DBD;
}
.BgClassName
{
background-color: #A42DBD;
}
</style>
border-color css
<style>
span { border-color: #A42DBD; }
span { border-color: rgb(164,45,189); }
td.TdClassName
{
border-color: #A42DBD;
}
.TagClassName
{
border-color: #A42DBD;
}
</style>