Shades of Dark Orchid #A842C7
Tints of Dark Orchid #A842C7
RGB
CMYK
RGB Variations
Color information
#A842C7 (or 0xA842C7) is known color: Dark Orchid. HEX triplet: A8, 42 and C7. RGB value is (168,66,199). Sum of RGB (Red+Green+Blue) = 168+66+199=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #A842C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842C7 is #57BD38. Grayscale: #6F6F6F. Windows color (decimal): -5750073 or 13058728. OLE color: 13058728.
HSL color Cylindrical-coordinate representation of color #A842C7: hue angle of 286.02º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A842C7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 66 | 199 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.22 |
| HSL | 286.02º | 0.54% | 0.52% | - |
| HSV(B) | 286.02º | 0.67% | 0.78% | - |
| XYZ | 28.41 | 16.34 | 55.69 | - |
| YUV | 111.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 199 | 0.16 | 0.67 | 0 | 0.22 | 286.02 | 0.54 | 0.52 |
| Hex | A8 | 42 | C7 | 10 | 43 | 0 | 16 | 11E | 36 | 34 |
| Octal | 250 | 102 | 307 | 20 | 103 | 0 | 26 | 436 | 66 | 64 |
| Binary | 10101000 | 1000010 | 11000111 | 10000 | 1000011 | 0 | 10110 | 100011110 | 110110 | 110100 |
Color Harmonies of #A842C7
Complementary color
Monochromatic Colors of #A842C7
Black with #A842C7
Text Example
Text Example
White with #A842C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842C7; }
p { color: rgb(168,66,199); }
H1.HeaderClassName
{
color: #A842C7;
}
.AnyTagClassName
{
color: #A842C7;
}
</style>
background-color css
<style>
a { background-color: #A842C7; }
a { background-color: rgb(168,66,199); }
div.DivClassName
{
background-color: #A842C7;
}
.BgClassName
{
background-color: #A842C7;
}
</style>
border-color css
<style>
span { border-color: #A842C7; }
span { border-color: rgb(168,66,199); }
td.TdClassName
{
border-color: #A842C7;
}
.TagClassName
{
border-color: #A842C7;
}
</style>