Shades of Dark Orchid #A443CD
Tints of Dark Orchid #A443CD
RGB
CMYK
RGB Variations
Color information
#A443CD (or 0xA443CD) is known color: Dark Orchid. HEX triplet: A4, 43 and CD. RGB value is (164,67,205). Sum of RGB (Red+Green+Blue) = 164+67+205=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A443CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443CD is #5BBC32. Grayscale: #6F6F6F. Windows color (decimal): -6011955 or 13452196. OLE color: 13452196.
HSL color Cylindrical-coordinate representation of color #A443CD: hue angle of 282.17º degrees, saturation: 0.58, 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 #A443CD is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 67 | 205 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.20 |
| HSL | 282.17º | 0.58% | 0.53% | - |
| HSV(B) | 282.17º | 0.67% | 0.8% | - |
| XYZ | 28.34 | 16.31 | 59.41 | - |
| YUV | 111.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 205 | 0.2 | 0.67 | 0 | 0.20 | 282.17 | 0.58 | 0.53 |
| Hex | A4 | 43 | CD | 14 | 43 | 0 | 14 | 11A | 3A | 35 |
| Octal | 244 | 103 | 315 | 24 | 103 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100100 | 1000011 | 11001101 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A443CD
Complementary color
Monochromatic Colors of #A443CD
Black with #A443CD
Text Example
Text Example
White with #A443CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443CD; }
p { color: rgb(164,67,205); }
H1.HeaderClassName
{
color: #A443CD;
}
.AnyTagClassName
{
color: #A443CD;
}
</style>
background-color css
<style>
a { background-color: #A443CD; }
a { background-color: rgb(164,67,205); }
div.DivClassName
{
background-color: #A443CD;
}
.BgClassName
{
background-color: #A443CD;
}
</style>
border-color css
<style>
span { border-color: #A443CD; }
span { border-color: rgb(164,67,205); }
td.TdClassName
{
border-color: #A443CD;
}
.TagClassName
{
border-color: #A443CD;
}
</style>