Shades of Dark Orchid #A42BA8
Tints of Dark Orchid #A42BA8
RGB
CMYK
RGB Variations
Color information
#A42BA8 (or 0xA42BA8) is known color: Dark Orchid. HEX triplet: A4, 2B and A8. RGB value is (164,43,168). Sum of RGB (Red+Green+Blue) = 164+43+168=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #A42BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BA8 is #5BD457. Grayscale: #5D5D5D. Windows color (decimal): -6018136 or 11021220. OLE color: 11021220.
HSL color Cylindrical-coordinate representation of color #A42BA8: hue angle of 298.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42BA8 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 43 | 168 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.34 |
| HSL | 298.08º | 0.59% | 0.41% | - |
| HSV(B) | 298.08º | 0.74% | 0.66% | - |
| XYZ | 23.24 | 12.45 | 38.22 | - |
| YUV | 93.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 168 | 0.02 | 0.74 | 0 | 0.34 | 298.08 | 0.59 | 0.41 |
| Hex | A4 | 2B | A8 | 2 | 4A | 0 | 22 | 12A | 3B | 29 |
| Octal | 244 | 53 | 250 | 2 | 112 | 0 | 42 | 452 | 73 | 51 |
| Binary | 10100100 | 101011 | 10101000 | 10 | 1001010 | 0 | 100010 | 100101010 | 111011 | 101001 |
Color Harmonies of #A42BA8
Complementary color
Monochromatic Colors of #A42BA8
Black with #A42BA8
Text Example
Text Example
White with #A42BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BA8; }
p { color: rgb(164,43,168); }
H1.HeaderClassName
{
color: #A42BA8;
}
.AnyTagClassName
{
color: #A42BA8;
}
</style>
background-color css
<style>
a { background-color: #A42BA8; }
a { background-color: rgb(164,43,168); }
div.DivClassName
{
background-color: #A42BA8;
}
.BgClassName
{
background-color: #A42BA8;
}
</style>
border-color css
<style>
span { border-color: #A42BA8; }
span { border-color: rgb(164,43,168); }
td.TdClassName
{
border-color: #A42BA8;
}
.TagClassName
{
border-color: #A42BA8;
}
</style>