Shades of Dark Orchid #A62CC1
Tints of Dark Orchid #A62CC1
RGB
CMYK
RGB Variations
Color information
#A62CC1 (or 0xA62CC1) is known color: Dark Orchid. HEX triplet: A6, 2C and C1. RGB value is (166,44,193). Sum of RGB (Red+Green+Blue) = 166+44+193=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #A62CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CC1 is #59D33E. Grayscale: #606060. Windows color (decimal): -5886783 or 12659878. OLE color: 12659878.
HSL color Cylindrical-coordinate representation of color #A62CC1: hue angle of 289.13º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62CC1 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 44 | 193 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.24 |
| HSL | 289.13º | 0.63% | 0.46% | - |
| HSV(B) | 289.13º | 0.77% | 0.76% | - |
| XYZ | 26.25 | 13.76 | 51.72 | - |
| YUV | 97.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 193 | 0.14 | 0.77 | 0 | 0.24 | 289.13 | 0.63 | 0.46 |
| Hex | A6 | 2C | C1 | E | 4D | 0 | 18 | 121 | 3F | 2E |
| Octal | 246 | 54 | 301 | 16 | 115 | 0 | 30 | 441 | 77 | 56 |
| Binary | 10100110 | 101100 | 11000001 | 1110 | 1001101 | 0 | 11000 | 100100001 | 111111 | 101110 |
Color Harmonies of #A62CC1
Complementary color
Monochromatic Colors of #A62CC1
Black with #A62CC1
Text Example
Text Example
White with #A62CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CC1; }
p { color: rgb(166,44,193); }
H1.HeaderClassName
{
color: #A62CC1;
}
.AnyTagClassName
{
color: #A62CC1;
}
</style>
background-color css
<style>
a { background-color: #A62CC1; }
a { background-color: rgb(166,44,193); }
div.DivClassName
{
background-color: #A62CC1;
}
.BgClassName
{
background-color: #A62CC1;
}
</style>
border-color css
<style>
span { border-color: #A62CC1; }
span { border-color: rgb(166,44,193); }
td.TdClassName
{
border-color: #A62CC1;
}
.TagClassName
{
border-color: #A62CC1;
}
</style>