Shades of Dark Orchid #A143CA
Tints of Dark Orchid #A143CA
RGB
CMYK
RGB Variations
Color information
#A143CA (or 0xA143CA) is known color: Dark Orchid. HEX triplet: A1, 43 and CA. RGB value is (161,67,202). Sum of RGB (Red+Green+Blue) = 161+67+202=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A143CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143CA is #5EBC35. Grayscale: #6E6E6E. Windows color (decimal): -6208566 or 13255585. OLE color: 13255585.
HSL color Cylindrical-coordinate representation of color #A143CA: hue angle of 281.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A143CA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 67 | 202 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.21 |
| HSL | 281.78º | 0.56% | 0.53% | - |
| HSV(B) | 281.78º | 0.67% | 0.79% | - |
| XYZ | 27.37 | 15.86 | 57.5 | - |
| YUV | 110.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 202 | 0.20 | 0.67 | 0 | 0.21 | 281.78 | 0.56 | 0.53 |
| Hex | A1 | 43 | CA | 14 | 43 | 0 | 15 | 11A | 38 | 35 |
| Octal | 241 | 103 | 312 | 24 | 103 | 0 | 25 | 432 | 70 | 65 |
| Binary | 10100001 | 1000011 | 11001010 | 10100 | 1000011 | 0 | 10101 | 100011010 | 111000 | 110101 |
Color Harmonies of #A143CA
Complementary color
Monochromatic Colors of #A143CA
Black with #A143CA
Text Example
Text Example
White with #A143CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143CA; }
p { color: rgb(161,67,202); }
H1.HeaderClassName
{
color: #A143CA;
}
.AnyTagClassName
{
color: #A143CA;
}
</style>
background-color css
<style>
a { background-color: #A143CA; }
a { background-color: rgb(161,67,202); }
div.DivClassName
{
background-color: #A143CA;
}
.BgClassName
{
background-color: #A143CA;
}
</style>
border-color css
<style>
span { border-color: #A143CA; }
span { border-color: rgb(161,67,202); }
td.TdClassName
{
border-color: #A143CA;
}
.TagClassName
{
border-color: #A143CA;
}
</style>