Shades of Dark Orchid #A942C4
Tints of Dark Orchid #A942C4
RGB
CMYK
RGB Variations
Color information
#A942C4 (or 0xA942C4) is known color: Dark Orchid. HEX triplet: A9, 42 and C4. RGB value is (169,66,196). Sum of RGB (Red+Green+Blue) = 169+66+196=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #A942C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942C4 is #56BD3B. Grayscale: #6F6F6F. Windows color (decimal): -5684540 or 12862121. OLE color: 12862121.
HSL color Cylindrical-coordinate representation of color #A942C4: hue angle of 287.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A942C4 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 66 | 196 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.23 |
| HSL | 287.54º | 0.52% | 0.51% | - |
| HSV(B) | 287.54º | 0.66% | 0.77% | - |
| XYZ | 28.27 | 16.32 | 53.88 | - |
| YUV | 111.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 196 | 0.14 | 0.66 | 0 | 0.23 | 287.54 | 0.52 | 0.51 |
| Hex | A9 | 42 | C4 | E | 42 | 0 | 17 | 120 | 34 | 33 |
| Octal | 251 | 102 | 304 | 16 | 102 | 0 | 27 | 440 | 64 | 63 |
| Binary | 10101001 | 1000010 | 11000100 | 1110 | 1000010 | 0 | 10111 | 100100000 | 110100 | 110011 |
Color Harmonies of #A942C4
Complementary color
Monochromatic Colors of #A942C4
Black with #A942C4
Text Example
Text Example
White with #A942C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942C4; }
p { color: rgb(169,66,196); }
H1.HeaderClassName
{
color: #A942C4;
}
.AnyTagClassName
{
color: #A942C4;
}
</style>
background-color css
<style>
a { background-color: #A942C4; }
a { background-color: rgb(169,66,196); }
div.DivClassName
{
background-color: #A942C4;
}
.BgClassName
{
background-color: #A942C4;
}
</style>
border-color css
<style>
span { border-color: #A942C4; }
span { border-color: rgb(169,66,196); }
td.TdClassName
{
border-color: #A942C4;
}
.TagClassName
{
border-color: #A942C4;
}
</style>