Shades of Dark Orchid #A42ABC
Tints of Dark Orchid #A42ABC
RGB
CMYK
RGB Variations
Color information
#A42ABC (or 0xA42ABC) is known color: Dark Orchid. HEX triplet: A4, 2A and BC. RGB value is (164,42,188). Sum of RGB (Red+Green+Blue) = 164+42+188=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A42ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ABC is #5BD543. Grayscale: #5E5E5E. Windows color (decimal): -6018372 or 12331684. OLE color: 12331684.
HSL color Cylindrical-coordinate representation of color #A42ABC: hue angle of 290.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42ABC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 42 | 188 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.26 |
| HSL | 290.14º | 0.63% | 0.45% | - |
| HSV(B) | 290.14º | 0.78% | 0.74% | - |
| XYZ | 25.21 | 13.18 | 48.79 | - |
| YUV | 95.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 188 | 0.13 | 0.78 | 0 | 0.26 | 290.14 | 0.63 | 0.45 |
| Hex | A4 | 2A | BC | D | 4E | 0 | 1A | 122 | 3F | 2D |
| Octal | 244 | 52 | 274 | 15 | 116 | 0 | 32 | 442 | 77 | 55 |
| Binary | 10100100 | 101010 | 10111100 | 1101 | 1001110 | 0 | 11010 | 100100010 | 111111 | 101101 |
Color Harmonies of #A42ABC
Complementary color
Monochromatic Colors of #A42ABC
Black with #A42ABC
Text Example
Text Example
White with #A42ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42ABC; }
p { color: rgb(164,42,188); }
H1.HeaderClassName
{
color: #A42ABC;
}
.AnyTagClassName
{
color: #A42ABC;
}
</style>
background-color css
<style>
a { background-color: #A42ABC; }
a { background-color: rgb(164,42,188); }
div.DivClassName
{
background-color: #A42ABC;
}
.BgClassName
{
background-color: #A42ABC;
}
</style>
border-color css
<style>
span { border-color: #A42ABC; }
span { border-color: rgb(164,42,188); }
td.TdClassName
{
border-color: #A42ABC;
}
.TagClassName
{
border-color: #A42ABC;
}
</style>