Shades of Dark Orchid #A440CD
Tints of Dark Orchid #A440CD
RGB
CMYK
RGB Variations
Color information
#A440CD (or 0xA440CD) is known color: Dark Orchid. HEX triplet: A4, 40 and CD. RGB value is (164,64,205). Sum of RGB (Red+Green+Blue) = 164+64+205=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A440CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440CD is #5BBF32. Grayscale: #6D6D6D. Windows color (decimal): -6012723 or 13451428. OLE color: 13451428.
HSL color Cylindrical-coordinate representation of color #A440CD: hue angle of 282.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A440CD is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 64 | 205 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.20 |
| HSL | 282.55º | 0.59% | 0.53% | - |
| HSV(B) | 282.55º | 0.69% | 0.8% | - |
| XYZ | 28.16 | 15.97 | 59.36 | - |
| YUV | 109.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 205 | 0.2 | 0.69 | 0 | 0.20 | 282.55 | 0.59 | 0.53 |
| Hex | A4 | 40 | CD | 14 | 45 | 0 | 14 | 11B | 3B | 35 |
| Octal | 244 | 100 | 315 | 24 | 105 | 0 | 24 | 433 | 73 | 65 |
| Binary | 10100100 | 1000000 | 11001101 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111011 | 110101 |
Color Harmonies of #A440CD
Complementary color
Monochromatic Colors of #A440CD
Black with #A440CD
Text Example
Text Example
White with #A440CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440CD; }
p { color: rgb(164,64,205); }
H1.HeaderClassName
{
color: #A440CD;
}
.AnyTagClassName
{
color: #A440CD;
}
</style>
background-color css
<style>
a { background-color: #A440CD; }
a { background-color: rgb(164,64,205); }
div.DivClassName
{
background-color: #A440CD;
}
.BgClassName
{
background-color: #A440CD;
}
</style>
border-color css
<style>
span { border-color: #A440CD; }
span { border-color: rgb(164,64,205); }
td.TdClassName
{
border-color: #A440CD;
}
.TagClassName
{
border-color: #A440CD;
}
</style>