Shades of Dark Orchid #A641C7
Tints of Dark Orchid #A641C7
RGB
CMYK
RGB Variations
Color information
#A641C7 (or 0xA641C7) is known color: Dark Orchid. HEX triplet: A6, 41 and C7. RGB value is (166,65,199). Sum of RGB (Red+Green+Blue) = 166+65+199=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #A641C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641C7 is #59BE38. Grayscale: #6E6E6E. Windows color (decimal): -5881401 or 13058470. OLE color: 13058470.
HSL color Cylindrical-coordinate representation of color #A641C7: hue angle of 285.22º 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 #A641C7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 65 | 199 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.22 |
| HSL | 285.22º | 0.54% | 0.52% | - |
| HSV(B) | 285.22º | 0.67% | 0.78% | - |
| XYZ | 27.92 | 16.01 | 55.65 | - |
| YUV | 110.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 199 | 0.17 | 0.67 | 0 | 0.22 | 285.22 | 0.54 | 0.52 |
| Hex | A6 | 41 | C7 | 11 | 43 | 0 | 16 | 11D | 36 | 34 |
| Octal | 246 | 101 | 307 | 21 | 103 | 0 | 26 | 435 | 66 | 64 |
| Binary | 10100110 | 1000001 | 11000111 | 10001 | 1000011 | 0 | 10110 | 100011101 | 110110 | 110100 |
Color Harmonies of #A641C7
Complementary color
Monochromatic Colors of #A641C7
Black with #A641C7
Text Example
Text Example
White with #A641C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641C7; }
p { color: rgb(166,65,199); }
H1.HeaderClassName
{
color: #A641C7;
}
.AnyTagClassName
{
color: #A641C7;
}
</style>
background-color css
<style>
a { background-color: #A641C7; }
a { background-color: rgb(166,65,199); }
div.DivClassName
{
background-color: #A641C7;
}
.BgClassName
{
background-color: #A641C7;
}
</style>
border-color css
<style>
span { border-color: #A641C7; }
span { border-color: rgb(166,65,199); }
td.TdClassName
{
border-color: #A641C7;
}
.TagClassName
{
border-color: #A641C7;
}
</style>