Shades of Dark Orchid #A42BA9
Tints of Dark Orchid #A42BA9
RGB
CMYK
RGB Variations
Color information
#A42BA9 (or 0xA42BA9) is known color: Dark Orchid. HEX triplet: A4, 2B and A9. RGB value is (164,43,169). Sum of RGB (Red+Green+Blue) = 164+43+169=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #A42BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BA9 is #5BD456. Grayscale: #5D5D5D. Windows color (decimal): -6018135 or 11086756. OLE color: 11086756.
HSL color Cylindrical-coordinate representation of color #A42BA9: hue angle of 297.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42BA9 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 43 | 169 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.34 |
| HSL | 297.62º | 0.59% | 0.42% | - |
| HSV(B) | 297.62º | 0.75% | 0.66% | - |
| XYZ | 23.34 | 12.48 | 38.72 | - |
| YUV | 93.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 169 | 0.03 | 0.75 | 0 | 0.34 | 297.62 | 0.59 | 0.42 |
| Hex | A4 | 2B | A9 | 3 | 4B | 0 | 22 | 12A | 3B | 2A |
| Octal | 244 | 53 | 251 | 3 | 113 | 0 | 42 | 452 | 73 | 52 |
| Binary | 10100100 | 101011 | 10101001 | 11 | 1001011 | 0 | 100010 | 100101010 | 111011 | 101010 |
Color Harmonies of #A42BA9
Complementary color
Monochromatic Colors of #A42BA9
Black with #A42BA9
Text Example
Text Example
White with #A42BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BA9; }
p { color: rgb(164,43,169); }
H1.HeaderClassName
{
color: #A42BA9;
}
.AnyTagClassName
{
color: #A42BA9;
}
</style>
background-color css
<style>
a { background-color: #A42BA9; }
a { background-color: rgb(164,43,169); }
div.DivClassName
{
background-color: #A42BA9;
}
.BgClassName
{
background-color: #A42BA9;
}
</style>
border-color css
<style>
span { border-color: #A42BA9; }
span { border-color: rgb(164,43,169); }
td.TdClassName
{
border-color: #A42BA9;
}
.TagClassName
{
border-color: #A42BA9;
}
</style>