Shades of Dark Orchid #A043DD
Tints of Dark Orchid #A043DD
RGB
CMYK
RGB Variations
Color information
#A043DD (or 0xA043DD) is known color: Dark Orchid. HEX triplet: A0, 43 and DD. RGB value is (160,67,221). Sum of RGB (Red+Green+Blue) = 160+67+221=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #A043DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043DD is #5FBC22. Grayscale: #6F6F6F. Windows color (decimal): -6274083 or 14500768. OLE color: 14500768.
HSL color Cylindrical-coordinate representation of color #A043DD: hue angle of 276.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A043DD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 67 | 221 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.13 |
| HSL | 276.23º | 0.69% | 0.56% | - |
| HSV(B) | 276.23º | 0.7% | 0.87% | - |
| XYZ | 29.56 | 16.71 | 70.07 | - |
| YUV | 112.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 221 | 0.28 | 0.70 | 0 | 0.13 | 276.23 | 0.69 | 0.56 |
| Hex | A0 | 43 | DD | 1C | 46 | 0 | D | 114 | 45 | 38 |
| Octal | 240 | 103 | 335 | 34 | 106 | 0 | 15 | 424 | 105 | 70 |
| Binary | 10100000 | 1000011 | 11011101 | 11100 | 1000110 | 0 | 1101 | 100010100 | 1000101 | 111000 |
Color Harmonies of #A043DD
Complementary color
Monochromatic Colors of #A043DD
Black with #A043DD
Text Example
Text Example
White with #A043DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043DD; }
p { color: rgb(160,67,221); }
H1.HeaderClassName
{
color: #A043DD;
}
.AnyTagClassName
{
color: #A043DD;
}
</style>
background-color css
<style>
a { background-color: #A043DD; }
a { background-color: rgb(160,67,221); }
div.DivClassName
{
background-color: #A043DD;
}
.BgClassName
{
background-color: #A043DD;
}
</style>
border-color css
<style>
span { border-color: #A043DD; }
span { border-color: rgb(160,67,221); }
td.TdClassName
{
border-color: #A043DD;
}
.TagClassName
{
border-color: #A043DD;
}
</style>