Shades of Dark Orchid #A42DBF
Tints of Dark Orchid #A42DBF
RGB
CMYK
RGB Variations
Color information
#A42DBF (or 0xA42DBF) is known color: Dark Orchid. HEX triplet: A4, 2D and BF. RGB value is (164,45,191). Sum of RGB (Red+Green+Blue) = 164+45+191=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #A42DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBF is #5BD240. Grayscale: #606060. Windows color (decimal): -6017601 or 12529060. OLE color: 12529060.
HSL color Cylindrical-coordinate representation of color #A42DBF: hue angle of 288.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42DBF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 45 | 191 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.25 |
| HSL | 288.9º | 0.62% | 0.46% | - |
| HSV(B) | 288.9º | 0.76% | 0.75% | - |
| XYZ | 25.65 | 13.53 | 50.55 | - |
| YUV | 97.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 191 | 0.14 | 0.76 | 0 | 0.25 | 288.9 | 0.62 | 0.46 |
| Hex | A4 | 2D | BF | E | 4C | 0 | 19 | 121 | 3E | 2E |
| Octal | 244 | 55 | 277 | 16 | 114 | 0 | 31 | 441 | 76 | 56 |
| Binary | 10100100 | 101101 | 10111111 | 1110 | 1001100 | 0 | 11001 | 100100001 | 111110 | 101110 |
Color Harmonies of #A42DBF
Complementary color
Monochromatic Colors of #A42DBF
Black with #A42DBF
Text Example
Text Example
White with #A42DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DBF; }
p { color: rgb(164,45,191); }
H1.HeaderClassName
{
color: #A42DBF;
}
.AnyTagClassName
{
color: #A42DBF;
}
</style>
background-color css
<style>
a { background-color: #A42DBF; }
a { background-color: rgb(164,45,191); }
div.DivClassName
{
background-color: #A42DBF;
}
.BgClassName
{
background-color: #A42DBF;
}
</style>
border-color css
<style>
span { border-color: #A42DBF; }
span { border-color: rgb(164,45,191); }
td.TdClassName
{
border-color: #A42DBF;
}
.TagClassName
{
border-color: #A42DBF;
}
</style>