Shades of Dark Orchid #A144CA
Tints of Dark Orchid #A144CA
RGB
CMYK
RGB Variations
Color information
#A144CA (or 0xA144CA) is known color: Dark Orchid. HEX triplet: A1, 44 and CA. RGB value is (161,68,202). Sum of RGB (Red+Green+Blue) = 161+68+202=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A144CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144CA is #5EBB35. Grayscale: #6E6E6E. Windows color (decimal): -6208310 or 13255841. OLE color: 13255841.
HSL color Cylindrical-coordinate representation of color #A144CA: hue angle of 281.64º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A144CA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 68 | 202 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.21 |
| HSL | 281.64º | 0.56% | 0.53% | - |
| HSV(B) | 281.64º | 0.66% | 0.79% | - |
| XYZ | 27.43 | 15.98 | 57.52 | - |
| YUV | 111.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 202 | 0.20 | 0.66 | 0 | 0.21 | 281.64 | 0.56 | 0.53 |
| Hex | A1 | 44 | CA | 14 | 42 | 0 | 15 | 11A | 38 | 35 |
| Octal | 241 | 104 | 312 | 24 | 102 | 0 | 25 | 432 | 70 | 65 |
| Binary | 10100001 | 1000100 | 11001010 | 10100 | 1000010 | 0 | 10101 | 100011010 | 111000 | 110101 |
Color Harmonies of #A144CA
Complementary color
Monochromatic Colors of #A144CA
Black with #A144CA
Text Example
Text Example
White with #A144CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144CA; }
p { color: rgb(161,68,202); }
H1.HeaderClassName
{
color: #A144CA;
}
.AnyTagClassName
{
color: #A144CA;
}
</style>
background-color css
<style>
a { background-color: #A144CA; }
a { background-color: rgb(161,68,202); }
div.DivClassName
{
background-color: #A144CA;
}
.BgClassName
{
background-color: #A144CA;
}
</style>
border-color css
<style>
span { border-color: #A144CA; }
span { border-color: rgb(161,68,202); }
td.TdClassName
{
border-color: #A144CA;
}
.TagClassName
{
border-color: #A144CA;
}
</style>