Shades of Dark Orchid #A641CC
Tints of Dark Orchid #A641CC
RGB
CMYK
RGB Variations
Color information
#A641CC (or 0xA641CC) is known color: Dark Orchid. HEX triplet: A6, 41 and CC. RGB value is (166,65,204). Sum of RGB (Red+Green+Blue) = 166+65+204=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #A641CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641CC is #59BE33. Grayscale: #6E6E6E. Windows color (decimal): -5881396 or 13386150. OLE color: 13386150.
HSL color Cylindrical-coordinate representation of color #A641CC: hue angle of 283.6º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A641CC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 65 | 204 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.2 |
| HSL | 283.6º | 0.58% | 0.53% | - |
| HSV(B) | 283.6º | 0.68% | 0.8% | - |
| XYZ | 28.52 | 16.25 | 58.76 | - |
| YUV | 111.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 204 | 0.19 | 0.68 | 0 | 0.2 | 283.6 | 0.58 | 0.53 |
| Hex | A6 | 41 | CC | 13 | 44 | 0 | 14 | 11C | 3A | 35 |
| Octal | 246 | 101 | 314 | 23 | 104 | 0 | 24 | 434 | 72 | 65 |
| Binary | 10100110 | 1000001 | 11001100 | 10011 | 1000100 | 0 | 10100 | 100011100 | 111010 | 110101 |
Color Harmonies of #A641CC
Complementary color
Monochromatic Colors of #A641CC
Black with #A641CC
Text Example
Text Example
White with #A641CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641CC; }
p { color: rgb(166,65,204); }
H1.HeaderClassName
{
color: #A641CC;
}
.AnyTagClassName
{
color: #A641CC;
}
</style>
background-color css
<style>
a { background-color: #A641CC; }
a { background-color: rgb(166,65,204); }
div.DivClassName
{
background-color: #A641CC;
}
.BgClassName
{
background-color: #A641CC;
}
</style>
border-color css
<style>
span { border-color: #A641CC; }
span { border-color: rgb(166,65,204); }
td.TdClassName
{
border-color: #A641CC;
}
.TagClassName
{
border-color: #A641CC;
}
</style>