Shades of Dark Orchid #A842CC
Tints of Dark Orchid #A842CC
RGB
CMYK
RGB Variations
Color information
#A842CC (or 0xA842CC) is known color: Dark Orchid. HEX triplet: A8, 42 and CC. RGB value is (168,66,204). Sum of RGB (Red+Green+Blue) = 168+66+204=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A842CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842CC is #57BD33. Grayscale: #6F6F6F. Windows color (decimal): -5750068 or 13386408. OLE color: 13386408.
HSL color Cylindrical-coordinate representation of color #A842CC: hue angle of 284.35º degrees, saturation: 0.57, 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 #A842CC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 66 | 204 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.2 |
| HSL | 284.35º | 0.58% | 0.53% | - |
| HSV(B) | 284.35º | 0.68% | 0.8% | - |
| XYZ | 29 | 16.58 | 58.8 | - |
| YUV | 112.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 204 | 0.18 | 0.68 | 0 | 0.2 | 284.35 | 0.58 | 0.53 |
| Hex | A8 | 42 | CC | 12 | 44 | 0 | 14 | 11C | 3A | 35 |
| Octal | 250 | 102 | 314 | 22 | 104 | 0 | 24 | 434 | 72 | 65 |
| Binary | 10101000 | 1000010 | 11001100 | 10010 | 1000100 | 0 | 10100 | 100011100 | 111010 | 110101 |
Color Harmonies of #A842CC
Complementary color
Monochromatic Colors of #A842CC
Black with #A842CC
Text Example
Text Example
White with #A842CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842CC; }
p { color: rgb(168,66,204); }
H1.HeaderClassName
{
color: #A842CC;
}
.AnyTagClassName
{
color: #A842CC;
}
</style>
background-color css
<style>
a { background-color: #A842CC; }
a { background-color: rgb(168,66,204); }
div.DivClassName
{
background-color: #A842CC;
}
.BgClassName
{
background-color: #A842CC;
}
</style>
border-color css
<style>
span { border-color: #A842CC; }
span { border-color: rgb(168,66,204); }
td.TdClassName
{
border-color: #A842CC;
}
.TagClassName
{
border-color: #A842CC;
}
</style>