Shades of Dark Orchid #A840CC
Tints of Dark Orchid #A840CC
RGB
CMYK
RGB Variations
Color information
#A840CC (or 0xA840CC) is known color: Dark Orchid. HEX triplet: A8, 40 and CC. RGB value is (168,64,204). Sum of RGB (Red+Green+Blue) = 168+64+204=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A840CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840CC is #57BF33. Grayscale: #6E6E6E. Windows color (decimal): -5750580 or 13385896. OLE color: 13385896.
HSL color Cylindrical-coordinate representation of color #A840CC: hue angle of 284.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A840CC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 64 | 204 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.2 |
| HSL | 284.57º | 0.58% | 0.53% | - |
| HSV(B) | 284.57º | 0.69% | 0.8% | - |
| XYZ | 28.88 | 16.35 | 58.76 | - |
| YUV | 111.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 204 | 0.18 | 0.69 | 0 | 0.2 | 284.57 | 0.58 | 0.53 |
| Hex | A8 | 40 | CC | 12 | 45 | 0 | 14 | 11D | 3A | 35 |
| Octal | 250 | 100 | 314 | 22 | 105 | 0 | 24 | 435 | 72 | 65 |
| Binary | 10101000 | 1000000 | 11001100 | 10010 | 1000101 | 0 | 10100 | 100011101 | 111010 | 110101 |
Color Harmonies of #A840CC
Complementary color
Monochromatic Colors of #A840CC
Black with #A840CC
Text Example
Text Example
White with #A840CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840CC; }
p { color: rgb(168,64,204); }
H1.HeaderClassName
{
color: #A840CC;
}
.AnyTagClassName
{
color: #A840CC;
}
</style>
background-color css
<style>
a { background-color: #A840CC; }
a { background-color: rgb(168,64,204); }
div.DivClassName
{
background-color: #A840CC;
}
.BgClassName
{
background-color: #A840CC;
}
</style>
border-color css
<style>
span { border-color: #A840CC; }
span { border-color: rgb(168,64,204); }
td.TdClassName
{
border-color: #A840CC;
}
.TagClassName
{
border-color: #A840CC;
}
</style>