Shades of Dark Orchid #A42BBA
Tints of Dark Orchid #A42BBA
RGB
CMYK
RGB Variations
Color information
#A42BBA (or 0xA42BBA) is known color: Dark Orchid. HEX triplet: A4, 2B and BA. RGB value is (164,43,186). Sum of RGB (Red+Green+Blue) = 164+43+186=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BBA is #5BD445. Grayscale: #5F5F5F. Windows color (decimal): -6018118 or 12200868. OLE color: 12200868.
HSL color Cylindrical-coordinate representation of color #A42BBA: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42BBA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 43 | 186 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.27 |
| HSL | 290.77º | 0.62% | 0.45% | - |
| HSV(B) | 290.77º | 0.77% | 0.73% | - |
| XYZ | 25.04 | 13.17 | 47.68 | - |
| YUV | 95.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 186 | 0.12 | 0.77 | 0 | 0.27 | 290.77 | 0.62 | 0.45 |
| Hex | A4 | 2B | BA | C | 4D | 0 | 1B | 123 | 3E | 2D |
| Octal | 244 | 53 | 272 | 14 | 115 | 0 | 33 | 443 | 76 | 55 |
| Binary | 10100100 | 101011 | 10111010 | 1100 | 1001101 | 0 | 11011 | 100100011 | 111110 | 101101 |
Color Harmonies of #A42BBA
Complementary color
Monochromatic Colors of #A42BBA
Black with #A42BBA
Text Example
Text Example
White with #A42BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BBA; }
p { color: rgb(164,43,186); }
H1.HeaderClassName
{
color: #A42BBA;
}
.AnyTagClassName
{
color: #A42BBA;
}
</style>
background-color css
<style>
a { background-color: #A42BBA; }
a { background-color: rgb(164,43,186); }
div.DivClassName
{
background-color: #A42BBA;
}
.BgClassName
{
background-color: #A42BBA;
}
</style>
border-color css
<style>
span { border-color: #A42BBA; }
span { border-color: rgb(164,43,186); }
td.TdClassName
{
border-color: #A42BBA;
}
.TagClassName
{
border-color: #A42BBA;
}
</style>