Shades of Dark Orchid #A044C7
Tints of Dark Orchid #A044C7
RGB
CMYK
RGB Variations
Color information
#A044C7 (or 0xA044C7) is known color: Dark Orchid. HEX triplet: A0, 44 and C7. RGB value is (160,68,199). Sum of RGB (Red+Green+Blue) = 160+68+199=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #A044C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044C7 is #5FBB38. Grayscale: #6E6E6E. Windows color (decimal): -6273849 or 13059232. OLE color: 13059232.
HSL color Cylindrical-coordinate representation of color #A044C7: hue angle of 282.14º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A044C7 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 68 | 199 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.22 |
| HSL | 282.14º | 0.54% | 0.52% | - |
| HSV(B) | 282.14º | 0.66% | 0.78% | - |
| XYZ | 26.87 | 15.73 | 55.65 | - |
| YUV | 110.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 199 | 0.20 | 0.66 | 0 | 0.22 | 282.14 | 0.54 | 0.52 |
| Hex | A0 | 44 | C7 | 14 | 42 | 0 | 16 | 11A | 36 | 34 |
| Octal | 240 | 104 | 307 | 24 | 102 | 0 | 26 | 432 | 66 | 64 |
| Binary | 10100000 | 1000100 | 11000111 | 10100 | 1000010 | 0 | 10110 | 100011010 | 110110 | 110100 |
Color Harmonies of #A044C7
Complementary color
Monochromatic Colors of #A044C7
Black with #A044C7
Text Example
Text Example
White with #A044C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044C7; }
p { color: rgb(160,68,199); }
H1.HeaderClassName
{
color: #A044C7;
}
.AnyTagClassName
{
color: #A044C7;
}
</style>
background-color css
<style>
a { background-color: #A044C7; }
a { background-color: rgb(160,68,199); }
div.DivClassName
{
background-color: #A044C7;
}
.BgClassName
{
background-color: #A044C7;
}
</style>
border-color css
<style>
span { border-color: #A044C7; }
span { border-color: rgb(160,68,199); }
td.TdClassName
{
border-color: #A044C7;
}
.TagClassName
{
border-color: #A044C7;
}
</style>