Shades of Dark Orchid #A444CD
Tints of Dark Orchid #A444CD
RGB
CMYK
RGB Variations
Color information
#A444CD (or 0xA444CD) is known color: Dark Orchid. HEX triplet: A4, 44 and CD. RGB value is (164,68,205). Sum of RGB (Red+Green+Blue) = 164+68+205=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A444CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444CD is #5BBB32. Grayscale: #6F6F6F. Windows color (decimal): -6011699 or 13452452. OLE color: 13452452.
HSL color Cylindrical-coordinate representation of color #A444CD: hue angle of 282.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A444CD is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 68 | 205 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.20 |
| HSL | 282.04º | 0.58% | 0.54% | - |
| HSV(B) | 282.04º | 0.67% | 0.8% | - |
| XYZ | 28.4 | 16.43 | 59.43 | - |
| YUV | 112.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 205 | 0.2 | 0.67 | 0 | 0.20 | 282.04 | 0.58 | 0.54 |
| Hex | A4 | 44 | CD | 14 | 43 | 0 | 14 | 11A | 3A | 36 |
| Octal | 244 | 104 | 315 | 24 | 103 | 0 | 24 | 432 | 72 | 66 |
| Binary | 10100100 | 1000100 | 11001101 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111010 | 110110 |
Color Harmonies of #A444CD
Complementary color
Monochromatic Colors of #A444CD
Black with #A444CD
Text Example
Text Example
White with #A444CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444CD; }
p { color: rgb(164,68,205); }
H1.HeaderClassName
{
color: #A444CD;
}
.AnyTagClassName
{
color: #A444CD;
}
</style>
background-color css
<style>
a { background-color: #A444CD; }
a { background-color: rgb(164,68,205); }
div.DivClassName
{
background-color: #A444CD;
}
.BgClassName
{
background-color: #A444CD;
}
</style>
border-color css
<style>
span { border-color: #A444CD; }
span { border-color: rgb(164,68,205); }
td.TdClassName
{
border-color: #A444CD;
}
.TagClassName
{
border-color: #A444CD;
}
</style>