Shades of Dark Orchid #A443CE
Tints of Dark Orchid #A443CE
RGB
CMYK
RGB Variations
Color information
#A443CE (or 0xA443CE) is known color: Dark Orchid. HEX triplet: A4, 43 and CE. RGB value is (164,67,206). Sum of RGB (Red+Green+Blue) = 164+67+206=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A443CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443CE is #5BBC31. Grayscale: #6F6F6F. Windows color (decimal): -6011954 or 13517732. OLE color: 13517732.
HSL color Cylindrical-coordinate representation of color #A443CE: hue angle of 281.87º degrees, saturation: 0.59, 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 #A443CE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 67 | 206 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.19 |
| HSL | 281.87º | 0.59% | 0.54% | - |
| HSV(B) | 281.87º | 0.67% | 0.81% | - |
| XYZ | 28.46 | 16.36 | 60.05 | - |
| YUV | 111.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 206 | 0.20 | 0.67 | 0 | 0.19 | 281.87 | 0.59 | 0.54 |
| Hex | A4 | 43 | CE | 14 | 43 | 0 | 13 | 11A | 3B | 36 |
| Octal | 244 | 103 | 316 | 24 | 103 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100100 | 1000011 | 11001110 | 10100 | 1000011 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A443CE
Complementary color
Monochromatic Colors of #A443CE
Black with #A443CE
Text Example
Text Example
White with #A443CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443CE; }
p { color: rgb(164,67,206); }
H1.HeaderClassName
{
color: #A443CE;
}
.AnyTagClassName
{
color: #A443CE;
}
</style>
background-color css
<style>
a { background-color: #A443CE; }
a { background-color: rgb(164,67,206); }
div.DivClassName
{
background-color: #A443CE;
}
.BgClassName
{
background-color: #A443CE;
}
</style>
border-color css
<style>
span { border-color: #A443CE; }
span { border-color: rgb(164,67,206); }
td.TdClassName
{
border-color: #A443CE;
}
.TagClassName
{
border-color: #A443CE;
}
</style>