Shades of Dark Orchid #A444CE
Tints of Dark Orchid #A444CE
RGB
CMYK
RGB Variations
Color information
#A444CE (or 0xA444CE) is known color: Dark Orchid. HEX triplet: A4, 44 and CE. RGB value is (164,68,206). Sum of RGB (Red+Green+Blue) = 164+68+206=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A444CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444CE is #5BBB31. Grayscale: #6F6F6F. Windows color (decimal): -6011698 or 13517988. OLE color: 13517988.
HSL color Cylindrical-coordinate representation of color #A444CE: hue angle of 281.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A444CE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 68 | 206 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 281.74º | 0.58% | 0.54% | - |
| HSV(B) | 281.74º | 0.67% | 0.81% | - |
| XYZ | 28.52 | 16.48 | 60.07 | - |
| YUV | 112.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 206 | 0.20 | 0.67 | 0 | 0.19 | 281.74 | 0.58 | 0.54 |
| Hex | A4 | 44 | CE | 14 | 43 | 0 | 13 | 11A | 3A | 36 |
| Octal | 244 | 104 | 316 | 24 | 103 | 0 | 23 | 432 | 72 | 66 |
| Binary | 10100100 | 1000100 | 11001110 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111010 | 110110 |
Color Harmonies of #A444CE
Complementary color
Monochromatic Colors of #A444CE
Black with #A444CE
Text Example
Text Example
White with #A444CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444CE; }
p { color: rgb(164,68,206); }
H1.HeaderClassName
{
color: #A444CE;
}
.AnyTagClassName
{
color: #A444CE;
}
</style>
background-color css
<style>
a { background-color: #A444CE; }
a { background-color: rgb(164,68,206); }
div.DivClassName
{
background-color: #A444CE;
}
.BgClassName
{
background-color: #A444CE;
}
</style>
border-color css
<style>
span { border-color: #A444CE; }
span { border-color: rgb(164,68,206); }
td.TdClassName
{
border-color: #A444CE;
}
.TagClassName
{
border-color: #A444CE;
}
</style>