Shades of Dark Orchid #A144C8
Tints of Dark Orchid #A144C8
RGB
CMYK
RGB Variations
Color information
#A144C8 (or 0xA144C8) is known color: Dark Orchid. HEX triplet: A1, 44 and C8. RGB value is (161,68,200). Sum of RGB (Red+Green+Blue) = 161+68+200=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #A144C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144C8 is #5EBB37. Grayscale: #6E6E6E. Windows color (decimal): -6208312 or 13124769. OLE color: 13124769.
HSL color Cylindrical-coordinate representation of color #A144C8: hue angle of 282.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A144C8 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 68 | 200 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.22 |
| HSL | 282.27º | 0.55% | 0.53% | - |
| HSV(B) | 282.27º | 0.66% | 0.78% | - |
| XYZ | 27.19 | 15.88 | 56.28 | - |
| YUV | 110.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 200 | 0.19 | 0.66 | 0 | 0.22 | 282.27 | 0.55 | 0.53 |
| Hex | A1 | 44 | C8 | 13 | 42 | 0 | 16 | 11A | 37 | 35 |
| Octal | 241 | 104 | 310 | 23 | 102 | 0 | 26 | 432 | 67 | 65 |
| Binary | 10100001 | 1000100 | 11001000 | 10011 | 1000010 | 0 | 10110 | 100011010 | 110111 | 110101 |
Color Harmonies of #A144C8
Complementary color
Monochromatic Colors of #A144C8
Black with #A144C8
Text Example
Text Example
White with #A144C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144C8; }
p { color: rgb(161,68,200); }
H1.HeaderClassName
{
color: #A144C8;
}
.AnyTagClassName
{
color: #A144C8;
}
</style>
background-color css
<style>
a { background-color: #A144C8; }
a { background-color: rgb(161,68,200); }
div.DivClassName
{
background-color: #A144C8;
}
.BgClassName
{
background-color: #A144C8;
}
</style>
border-color css
<style>
span { border-color: #A144C8; }
span { border-color: rgb(161,68,200); }
td.TdClassName
{
border-color: #A144C8;
}
.TagClassName
{
border-color: #A144C8;
}
</style>