Shades of Dark Orchid #A942C5
Tints of Dark Orchid #A942C5
RGB
CMYK
RGB Variations
Color information
#A942C5 (or 0xA942C5) is known color: Dark Orchid. HEX triplet: A9, 42 and C5. RGB value is (169,66,197). Sum of RGB (Red+Green+Blue) = 169+66+197=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #A942C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942C5 is #56BD3A. Grayscale: #6F6F6F. Windows color (decimal): -5684539 or 12927657. OLE color: 12927657.
HSL color Cylindrical-coordinate representation of color #A942C5: hue angle of 287.18º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A942C5 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 66 | 197 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.23 |
| HSL | 287.18º | 0.53% | 0.52% | - |
| HSV(B) | 287.18º | 0.66% | 0.77% | - |
| XYZ | 28.39 | 16.36 | 54.49 | - |
| YUV | 111.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 197 | 0.14 | 0.66 | 0 | 0.23 | 287.18 | 0.53 | 0.52 |
| Hex | A9 | 42 | C5 | E | 42 | 0 | 17 | 11F | 35 | 34 |
| Octal | 251 | 102 | 305 | 16 | 102 | 0 | 27 | 437 | 65 | 64 |
| Binary | 10101001 | 1000010 | 11000101 | 1110 | 1000010 | 0 | 10111 | 100011111 | 110101 | 110100 |
Color Harmonies of #A942C5
Complementary color
Monochromatic Colors of #A942C5
Black with #A942C5
Text Example
Text Example
White with #A942C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942C5; }
p { color: rgb(169,66,197); }
H1.HeaderClassName
{
color: #A942C5;
}
.AnyTagClassName
{
color: #A942C5;
}
</style>
background-color css
<style>
a { background-color: #A942C5; }
a { background-color: rgb(169,66,197); }
div.DivClassName
{
background-color: #A942C5;
}
.BgClassName
{
background-color: #A942C5;
}
</style>
border-color css
<style>
span { border-color: #A942C5; }
span { border-color: rgb(169,66,197); }
td.TdClassName
{
border-color: #A942C5;
}
.TagClassName
{
border-color: #A942C5;
}
</style>