Shades of Dark Orchid #A42DC5
Tints of Dark Orchid #A42DC5
RGB
CMYK
RGB Variations
Color information
#A42DC5 (or 0xA42DC5) is known color: Dark Orchid. HEX triplet: A4, 2D and C5. RGB value is (164,45,197). Sum of RGB (Red+Green+Blue) = 164+45+197=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #A42DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DC5 is #5BD23A. Grayscale: #616161. Windows color (decimal): -6017595 or 12922276. OLE color: 12922276.
HSL color Cylindrical-coordinate representation of color #A42DC5: hue angle of 286.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42DC5 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 45 | 197 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.23 |
| HSL | 286.97º | 0.63% | 0.47% | - |
| HSV(B) | 286.97º | 0.77% | 0.77% | - |
| XYZ | 26.33 | 13.8 | 54.1 | - |
| YUV | 97.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 197 | 0.17 | 0.77 | 0 | 0.23 | 286.97 | 0.63 | 0.47 |
| Hex | A4 | 2D | C5 | 11 | 4D | 0 | 17 | 11F | 3F | 2F |
| Octal | 244 | 55 | 305 | 21 | 115 | 0 | 27 | 437 | 77 | 57 |
| Binary | 10100100 | 101101 | 11000101 | 10001 | 1001101 | 0 | 10111 | 100011111 | 111111 | 101111 |
Color Harmonies of #A42DC5
Complementary color
Monochromatic Colors of #A42DC5
Black with #A42DC5
Text Example
Text Example
White with #A42DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DC5; }
p { color: rgb(164,45,197); }
H1.HeaderClassName
{
color: #A42DC5;
}
.AnyTagClassName
{
color: #A42DC5;
}
</style>
background-color css
<style>
a { background-color: #A42DC5; }
a { background-color: rgb(164,45,197); }
div.DivClassName
{
background-color: #A42DC5;
}
.BgClassName
{
background-color: #A42DC5;
}
</style>
border-color css
<style>
span { border-color: #A42DC5; }
span { border-color: rgb(164,45,197); }
td.TdClassName
{
border-color: #A42DC5;
}
.TagClassName
{
border-color: #A42DC5;
}
</style>