Shades of Dark Orchid #A42DBA
Tints of Dark Orchid #A42DBA
RGB
CMYK
RGB Variations
Color information
#A42DBA (or 0xA42DBA) is known color: Dark Orchid. HEX triplet: A4, 2D and BA. RGB value is (164,45,186). Sum of RGB (Red+Green+Blue) = 164+45+186=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBA is #5BD245. Grayscale: #606060. Windows color (decimal): -6017606 or 12201380. OLE color: 12201380.
HSL color Cylindrical-coordinate representation of color #A42DBA: hue angle of 290.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42DBA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 45 | 186 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.27 |
| HSL | 290.64º | 0.61% | 0.45% | - |
| HSV(B) | 290.64º | 0.76% | 0.73% | - |
| XYZ | 25.11 | 13.31 | 47.7 | - |
| YUV | 96.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 186 | 0.12 | 0.76 | 0 | 0.27 | 290.64 | 0.61 | 0.45 |
| Hex | A4 | 2D | BA | C | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 244 | 55 | 272 | 14 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100100 | 101101 | 10111010 | 1100 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A42DBA
Complementary color
Monochromatic Colors of #A42DBA
Black with #A42DBA
Text Example
Text Example
White with #A42DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DBA; }
p { color: rgb(164,45,186); }
H1.HeaderClassName
{
color: #A42DBA;
}
.AnyTagClassName
{
color: #A42DBA;
}
</style>
background-color css
<style>
a { background-color: #A42DBA; }
a { background-color: rgb(164,45,186); }
div.DivClassName
{
background-color: #A42DBA;
}
.BgClassName
{
background-color: #A42DBA;
}
</style>
border-color css
<style>
span { border-color: #A42DBA; }
span { border-color: rgb(164,45,186); }
td.TdClassName
{
border-color: #A42DBA;
}
.TagClassName
{
border-color: #A42DBA;
}
</style>