Shades of Dark Orchid #A42FBA
Tints of Dark Orchid #A42FBA
RGB
CMYK
RGB Variations
Color information
#A42FBA (or 0xA42FBA) is known color: Dark Orchid. HEX triplet: A4, 2F and BA. RGB value is (164,47,186). Sum of RGB (Red+Green+Blue) = 164+47+186=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FBA is #5BD045. Grayscale: #616161. Windows color (decimal): -6017094 or 12201892. OLE color: 12201892.
HSL color Cylindrical-coordinate representation of color #A42FBA: hue angle of 290.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42FBA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 47 | 186 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.27 |
| HSL | 290.5º | 0.6% | 0.46% | - |
| HSV(B) | 290.5º | 0.75% | 0.73% | - |
| XYZ | 25.19 | 13.47 | 47.73 | - |
| YUV | 97.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 186 | 0.12 | 0.75 | 0 | 0.27 | 290.5 | 0.6 | 0.46 |
| Hex | A4 | 2F | BA | C | 4B | 0 | 1B | 123 | 3C | 2E |
| Octal | 244 | 57 | 272 | 14 | 113 | 0 | 33 | 443 | 74 | 56 |
| Binary | 10100100 | 101111 | 10111010 | 1100 | 1001011 | 0 | 11011 | 100100011 | 111100 | 101110 |
Color Harmonies of #A42FBA
Complementary color
Monochromatic Colors of #A42FBA
Black with #A42FBA
Text Example
Text Example
White with #A42FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FBA; }
p { color: rgb(164,47,186); }
H1.HeaderClassName
{
color: #A42FBA;
}
.AnyTagClassName
{
color: #A42FBA;
}
</style>
background-color css
<style>
a { background-color: #A42FBA; }
a { background-color: rgb(164,47,186); }
div.DivClassName
{
background-color: #A42FBA;
}
.BgClassName
{
background-color: #A42FBA;
}
</style>
border-color css
<style>
span { border-color: #A42FBA; }
span { border-color: rgb(164,47,186); }
td.TdClassName
{
border-color: #A42FBA;
}
.TagClassName
{
border-color: #A42FBA;
}
</style>