Shades of Dark Orchid #A443D0
Tints of Dark Orchid #A443D0
RGB
CMYK
RGB Variations
Color information
#A443D0 (or 0xA443D0) is known color: Dark Orchid. HEX triplet: A4, 43 and D0. RGB value is (164,67,208). Sum of RGB (Red+Green+Blue) = 164+67+208=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A443D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443D0 is #5BBC2F. Grayscale: #6F6F6F. Windows color (decimal): -6011952 or 13648804. OLE color: 13648804.
HSL color Cylindrical-coordinate representation of color #A443D0: hue angle of 281.28º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A443D0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 67 | 208 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.18 |
| HSL | 281.28º | 0.6% | 0.54% | - |
| HSV(B) | 281.28º | 0.68% | 0.82% | - |
| XYZ | 28.7 | 16.46 | 61.34 | - |
| YUV | 112.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 208 | 0.21 | 0.68 | 0 | 0.18 | 281.28 | 0.6 | 0.54 |
| Hex | A4 | 43 | D0 | 15 | 44 | 0 | 12 | 119 | 3C | 36 |
| Octal | 244 | 103 | 320 | 25 | 104 | 0 | 22 | 431 | 74 | 66 |
| Binary | 10100100 | 1000011 | 11010000 | 10101 | 1000100 | 0 | 10010 | 100011001 | 111100 | 110110 |
Color Harmonies of #A443D0
Complementary color
Monochromatic Colors of #A443D0
Black with #A443D0
Text Example
Text Example
White with #A443D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443D0; }
p { color: rgb(164,67,208); }
H1.HeaderClassName
{
color: #A443D0;
}
.AnyTagClassName
{
color: #A443D0;
}
</style>
background-color css
<style>
a { background-color: #A443D0; }
a { background-color: rgb(164,67,208); }
div.DivClassName
{
background-color: #A443D0;
}
.BgClassName
{
background-color: #A443D0;
}
</style>
border-color css
<style>
span { border-color: #A443D0; }
span { border-color: rgb(164,67,208); }
td.TdClassName
{
border-color: #A443D0;
}
.TagClassName
{
border-color: #A443D0;
}
</style>