Shades of Dark Orchid #A143CE
Tints of Dark Orchid #A143CE
RGB
CMYK
RGB Variations
Color information
#A143CE (or 0xA143CE) is known color: Dark Orchid. HEX triplet: A1, 43 and CE. RGB value is (161,67,206). Sum of RGB (Red+Green+Blue) = 161+67+206=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #A143CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143CE is #5EBC31. Grayscale: #6E6E6E. Windows color (decimal): -6208562 or 13517729. OLE color: 13517729.
HSL color Cylindrical-coordinate representation of color #A143CE: hue angle of 280.58º 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 #A143CE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 67 | 206 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.19 |
| HSL | 280.58º | 0.59% | 0.54% | - |
| HSV(B) | 280.58º | 0.67% | 0.81% | - |
| XYZ | 27.85 | 16.05 | 60.02 | - |
| YUV | 110.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 206 | 0.22 | 0.67 | 0 | 0.19 | 280.58 | 0.59 | 0.54 |
| Hex | A1 | 43 | CE | 16 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 241 | 103 | 316 | 26 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100001 | 1000011 | 11001110 | 10110 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A143CE
Complementary color
Monochromatic Colors of #A143CE
Black with #A143CE
Text Example
Text Example
White with #A143CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143CE; }
p { color: rgb(161,67,206); }
H1.HeaderClassName
{
color: #A143CE;
}
.AnyTagClassName
{
color: #A143CE;
}
</style>
background-color css
<style>
a { background-color: #A143CE; }
a { background-color: rgb(161,67,206); }
div.DivClassName
{
background-color: #A143CE;
}
.BgClassName
{
background-color: #A143CE;
}
</style>
border-color css
<style>
span { border-color: #A143CE; }
span { border-color: rgb(161,67,206); }
td.TdClassName
{
border-color: #A143CE;
}
.TagClassName
{
border-color: #A143CE;
}
</style>