Shades of Dark Orchid #A619CC
Tints of Dark Orchid #A619CC
RGB
CMYK
RGB Variations
Color information
#A619CC (or 0xA619CC) is known color: Dark Orchid. HEX triplet: A6, 19 and CC. RGB value is (166,25,204). Sum of RGB (Red+Green+Blue) = 166+25+204=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A619CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619CC is #59E633. Grayscale: #565656. Windows color (decimal): -5891636 or 13375910. OLE color: 13375910.
HSL color Cylindrical-coordinate representation of color #A619CC: hue angle of 287.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619CC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 25 | 204 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.2 |
| HSL | 287.26º | 0.78% | 0.45% | - |
| HSV(B) | 287.26º | 0.88% | 0.8% | - |
| XYZ | 26.97 | 13.16 | 58.25 | - |
| YUV | 87.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 204 | 0.19 | 0.88 | 0 | 0.2 | 287.26 | 0.78 | 0.45 |
| Hex | A6 | 19 | CC | 13 | 58 | 0 | 14 | 11F | 4E | 2D |
| Octal | 246 | 31 | 314 | 23 | 130 | 0 | 24 | 437 | 116 | 55 |
| Binary | 10100110 | 11001 | 11001100 | 10011 | 1011000 | 0 | 10100 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A619CC
Complementary color
Monochromatic Colors of #A619CC
Black with #A619CC
Text Example
Text Example
White with #A619CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619CC; }
p { color: rgb(166,25,204); }
H1.HeaderClassName
{
color: #A619CC;
}
.AnyTagClassName
{
color: #A619CC;
}
</style>
background-color css
<style>
a { background-color: #A619CC; }
a { background-color: rgb(166,25,204); }
div.DivClassName
{
background-color: #A619CC;
}
.BgClassName
{
background-color: #A619CC;
}
</style>
border-color css
<style>
span { border-color: #A619CC; }
span { border-color: rgb(166,25,204); }
td.TdClassName
{
border-color: #A619CC;
}
.TagClassName
{
border-color: #A619CC;
}
</style>