Shades of Dark Orchid #A01CC5
Tints of Dark Orchid #A01CC5
RGB
CMYK
RGB Variations
Color information
#A01CC5 (or 0xA01CC5) is known color: Dark Orchid. HEX triplet: A0, 1C and C5. RGB value is (160,28,197). Sum of RGB (Red+Green+Blue) = 160+28+197=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #A01CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CC5 is #5FE33A. Grayscale: #565656. Windows color (decimal): -6284091 or 12917920. OLE color: 12917920.
HSL color Cylindrical-coordinate representation of color #A01CC5: hue angle of 286.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CC5 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 28 | 197 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.23 |
| HSL | 286.86º | 0.75% | 0.44% | - |
| HSV(B) | 286.86º | 0.86% | 0.77% | - |
| XYZ | 24.99 | 12.34 | 53.89 | - |
| YUV | 86.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 197 | 0.19 | 0.86 | 0 | 0.23 | 286.86 | 0.75 | 0.44 |
| Hex | A0 | 1C | C5 | 13 | 56 | 0 | 17 | 11F | 4B | 2C |
| Octal | 240 | 34 | 305 | 23 | 126 | 0 | 27 | 437 | 113 | 54 |
| Binary | 10100000 | 11100 | 11000101 | 10011 | 1010110 | 0 | 10111 | 100011111 | 1001011 | 101100 |
Color Harmonies of #A01CC5
Complementary color
Monochromatic Colors of #A01CC5
Black with #A01CC5
Text Example
Text Example
White with #A01CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CC5; }
p { color: rgb(160,28,197); }
H1.HeaderClassName
{
color: #A01CC5;
}
.AnyTagClassName
{
color: #A01CC5;
}
</style>
background-color css
<style>
a { background-color: #A01CC5; }
a { background-color: rgb(160,28,197); }
div.DivClassName
{
background-color: #A01CC5;
}
.BgClassName
{
background-color: #A01CC5;
}
</style>
border-color css
<style>
span { border-color: #A01CC5; }
span { border-color: rgb(160,28,197); }
td.TdClassName
{
border-color: #A01CC5;
}
.TagClassName
{
border-color: #A01CC5;
}
</style>