Shades of Dark Orchid #A42BCC
Tints of Dark Orchid #A42BCC
RGB
CMYK
RGB Variations
Color information
#A42BCC (or 0xA42BCC) is known color: Dark Orchid. HEX triplet: A4, 2B and CC. RGB value is (164,43,204). Sum of RGB (Red+Green+Blue) = 164+43+204=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A42BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BCC is #5BD433. Grayscale: #616161. Windows color (decimal): -6018100 or 13380516. OLE color: 13380516.
HSL color Cylindrical-coordinate representation of color #A42BCC: hue angle of 285.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42BCC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 43 | 204 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.2 |
| HSL | 285.09º | 0.65% | 0.48% | - |
| HSV(B) | 285.09º | 0.79% | 0.8% | - |
| XYZ | 27.07 | 13.98 | 58.4 | - |
| YUV | 97.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 204 | 0.20 | 0.79 | 0 | 0.2 | 285.09 | 0.65 | 0.48 |
| Hex | A4 | 2B | CC | 14 | 4F | 0 | 14 | 11D | 41 | 30 |
| Octal | 244 | 53 | 314 | 24 | 117 | 0 | 24 | 435 | 101 | 60 |
| Binary | 10100100 | 101011 | 11001100 | 10100 | 1001111 | 0 | 10100 | 100011101 | 1000001 | 110000 |
Color Harmonies of #A42BCC
Complementary color
Monochromatic Colors of #A42BCC
Black with #A42BCC
Text Example
Text Example
White with #A42BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BCC; }
p { color: rgb(164,43,204); }
H1.HeaderClassName
{
color: #A42BCC;
}
.AnyTagClassName
{
color: #A42BCC;
}
</style>
background-color css
<style>
a { background-color: #A42BCC; }
a { background-color: rgb(164,43,204); }
div.DivClassName
{
background-color: #A42BCC;
}
.BgClassName
{
background-color: #A42BCC;
}
</style>
border-color css
<style>
span { border-color: #A42BCC; }
span { border-color: rgb(164,43,204); }
td.TdClassName
{
border-color: #A42BCC;
}
.TagClassName
{
border-color: #A42BCC;
}
</style>