Shades of Dark Orchid #A841C7
Tints of Dark Orchid #A841C7
RGB
CMYK
RGB Variations
Color information
#A841C7 (or 0xA841C7) is known color: Dark Orchid. HEX triplet: A8, 41 and C7. RGB value is (168,65,199). Sum of RGB (Red+Green+Blue) = 168+65+199=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #A841C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841C7 is #57BE38. Grayscale: #6E6E6E. Windows color (decimal): -5750329 or 13058472. OLE color: 13058472.
HSL color Cylindrical-coordinate representation of color #A841C7: hue angle of 286.12º 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 #A841C7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 65 | 199 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.22 |
| HSL | 286.12º | 0.54% | 0.52% | - |
| HSV(B) | 286.12º | 0.67% | 0.78% | - |
| XYZ | 28.35 | 16.23 | 55.67 | - |
| YUV | 111.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 199 | 0.16 | 0.67 | 0 | 0.22 | 286.12 | 0.54 | 0.52 |
| Hex | A8 | 41 | C7 | 10 | 43 | 0 | 16 | 11E | 36 | 34 |
| Octal | 250 | 101 | 307 | 20 | 103 | 0 | 26 | 436 | 66 | 64 |
| Binary | 10101000 | 1000001 | 11000111 | 10000 | 1000011 | 0 | 10110 | 100011110 | 110110 | 110100 |
Color Harmonies of #A841C7
Complementary color
Monochromatic Colors of #A841C7
Black with #A841C7
Text Example
Text Example
White with #A841C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841C7; }
p { color: rgb(168,65,199); }
H1.HeaderClassName
{
color: #A841C7;
}
.AnyTagClassName
{
color: #A841C7;
}
</style>
background-color css
<style>
a { background-color: #A841C7; }
a { background-color: rgb(168,65,199); }
div.DivClassName
{
background-color: #A841C7;
}
.BgClassName
{
background-color: #A841C7;
}
</style>
border-color css
<style>
span { border-color: #A841C7; }
span { border-color: rgb(168,65,199); }
td.TdClassName
{
border-color: #A841C7;
}
.TagClassName
{
border-color: #A841C7;
}
</style>