Shades of Dark Orchid #A619CD
Tints of Dark Orchid #A619CD
RGB
CMYK
RGB Variations
Color information
#A619CD (or 0xA619CD) is known color: Dark Orchid. HEX triplet: A6, 19 and CD. RGB value is (166,25,205). Sum of RGB (Red+Green+Blue) = 166+25+205=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #A619CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619CD is #59E632. Grayscale: #575757. Windows color (decimal): -5891635 or 13441446. OLE color: 13441446.
HSL color Cylindrical-coordinate representation of color #A619CD: hue angle of 287º 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 #A619CD is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 25 | 205 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.20 |
| HSL | 287º | 0.78% | 0.45% | - |
| HSV(B) | 287º | 0.88% | 0.8% | - |
| XYZ | 27.09 | 13.21 | 58.88 | - |
| YUV | 87.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 205 | 0.19 | 0.88 | 0 | 0.20 | 287 | 0.78 | 0.45 |
| Hex | A6 | 19 | CD | 13 | 58 | 0 | 14 | 11F | 4E | 2D |
| Octal | 246 | 31 | 315 | 23 | 130 | 0 | 24 | 437 | 116 | 55 |
| Binary | 10100110 | 11001 | 11001101 | 10011 | 1011000 | 0 | 10100 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A619CD
Complementary color
Monochromatic Colors of #A619CD
Black with #A619CD
Text Example
Text Example
White with #A619CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619CD; }
p { color: rgb(166,25,205); }
H1.HeaderClassName
{
color: #A619CD;
}
.AnyTagClassName
{
color: #A619CD;
}
</style>
background-color css
<style>
a { background-color: #A619CD; }
a { background-color: rgb(166,25,205); }
div.DivClassName
{
background-color: #A619CD;
}
.BgClassName
{
background-color: #A619CD;
}
</style>
border-color css
<style>
span { border-color: #A619CD; }
span { border-color: rgb(166,25,205); }
td.TdClassName
{
border-color: #A619CD;
}
.TagClassName
{
border-color: #A619CD;
}
</style>