Shades of Dark Orchid #A241C7
Tints of Dark Orchid #A241C7
RGB
CMYK
RGB Variations
Color information
#A241C7 (or 0xA241C7) is known color: Dark Orchid. HEX triplet: A2, 41 and C7. RGB value is (162,65,199). Sum of RGB (Red+Green+Blue) = 162+65+199=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #A241C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241C7 is #5DBE38. Grayscale: #6C6C6C. Windows color (decimal): -6143545 or 13058466. OLE color: 13058466.
HSL color Cylindrical-coordinate representation of color #A241C7: hue angle of 283.43º 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 #A241C7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 65 | 199 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.22 |
| HSL | 283.43º | 0.54% | 0.52% | - |
| HSV(B) | 283.43º | 0.67% | 0.78% | - |
| XYZ | 27.1 | 15.59 | 55.61 | - |
| YUV | 109.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 199 | 0.19 | 0.67 | 0 | 0.22 | 283.43 | 0.54 | 0.52 |
| Hex | A2 | 41 | C7 | 13 | 43 | 0 | 16 | 11B | 36 | 34 |
| Octal | 242 | 101 | 307 | 23 | 103 | 0 | 26 | 433 | 66 | 64 |
| Binary | 10100010 | 1000001 | 11000111 | 10011 | 1000011 | 0 | 10110 | 100011011 | 110110 | 110100 |
Color Harmonies of #A241C7
Complementary color
Monochromatic Colors of #A241C7
Black with #A241C7
Text Example
Text Example
White with #A241C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241C7; }
p { color: rgb(162,65,199); }
H1.HeaderClassName
{
color: #A241C7;
}
.AnyTagClassName
{
color: #A241C7;
}
</style>
background-color css
<style>
a { background-color: #A241C7; }
a { background-color: rgb(162,65,199); }
div.DivClassName
{
background-color: #A241C7;
}
.BgClassName
{
background-color: #A241C7;
}
</style>
border-color css
<style>
span { border-color: #A241C7; }
span { border-color: rgb(162,65,199); }
td.TdClassName
{
border-color: #A241C7;
}
.TagClassName
{
border-color: #A241C7;
}
</style>