Shades of Dark Orchid #A844CC
Tints of Dark Orchid #A844CC
RGB
CMYK
RGB Variations
Color information
#A844CC (or 0xA844CC) is known color: Dark Orchid. HEX triplet: A8, 44 and CC. RGB value is (168,68,204). Sum of RGB (Red+Green+Blue) = 168+68+204=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A844CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844CC is #57BB33. Grayscale: #707070. Windows color (decimal): -5749556 or 13386920. OLE color: 13386920.
HSL color Cylindrical-coordinate representation of color #A844CC: hue angle of 284.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A844CC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 68 | 204 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.2 |
| HSL | 284.12º | 0.57% | 0.53% | - |
| HSV(B) | 284.12º | 0.67% | 0.8% | - |
| XYZ | 29.11 | 16.82 | 58.84 | - |
| YUV | 113.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 204 | 0.18 | 0.67 | 0 | 0.2 | 284.12 | 0.57 | 0.53 |
| Hex | A8 | 44 | CC | 12 | 43 | 0 | 14 | 11C | 39 | 35 |
| Octal | 250 | 104 | 314 | 22 | 103 | 0 | 24 | 434 | 71 | 65 |
| Binary | 10101000 | 1000100 | 11001100 | 10010 | 1000011 | 0 | 10100 | 100011100 | 111001 | 110101 |
Color Harmonies of #A844CC
Complementary color
Monochromatic Colors of #A844CC
Black with #A844CC
Text Example
Text Example
White with #A844CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844CC; }
p { color: rgb(168,68,204); }
H1.HeaderClassName
{
color: #A844CC;
}
.AnyTagClassName
{
color: #A844CC;
}
</style>
background-color css
<style>
a { background-color: #A844CC; }
a { background-color: rgb(168,68,204); }
div.DivClassName
{
background-color: #A844CC;
}
.BgClassName
{
background-color: #A844CC;
}
</style>
border-color css
<style>
span { border-color: #A844CC; }
span { border-color: rgb(168,68,204); }
td.TdClassName
{
border-color: #A844CC;
}
.TagClassName
{
border-color: #A844CC;
}
</style>