Shades of Dark Orchid #A02CC1
Tints of Dark Orchid #A02CC1
RGB
CMYK
RGB Variations
Color information
#A02CC1 (or 0xA02CC1) is known color: Dark Orchid. HEX triplet: A0, 2C and C1. RGB value is (160,44,193). Sum of RGB (Red+Green+Blue) = 160+44+193=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #A02CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CC1 is #5FD33E. Grayscale: #5F5F5F. Windows color (decimal): -6279999 or 12659872. OLE color: 12659872.
HSL color Cylindrical-coordinate representation of color #A02CC1: hue angle of 286.71º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02CC1 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 44 | 193 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.24 |
| HSL | 286.71º | 0.63% | 0.46% | - |
| HSV(B) | 286.71º | 0.77% | 0.76% | - |
| XYZ | 25.02 | 13.13 | 51.67 | - |
| YUV | 95.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 193 | 0.17 | 0.77 | 0 | 0.24 | 286.71 | 0.63 | 0.46 |
| Hex | A0 | 2C | C1 | 11 | 4D | 0 | 18 | 11F | 3F | 2E |
| Octal | 240 | 54 | 301 | 21 | 115 | 0 | 30 | 437 | 77 | 56 |
| Binary | 10100000 | 101100 | 11000001 | 10001 | 1001101 | 0 | 11000 | 100011111 | 111111 | 101110 |
Color Harmonies of #A02CC1
Complementary color
Monochromatic Colors of #A02CC1
Black with #A02CC1
Text Example
Text Example
White with #A02CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CC1; }
p { color: rgb(160,44,193); }
H1.HeaderClassName
{
color: #A02CC1;
}
.AnyTagClassName
{
color: #A02CC1;
}
</style>
background-color css
<style>
a { background-color: #A02CC1; }
a { background-color: rgb(160,44,193); }
div.DivClassName
{
background-color: #A02CC1;
}
.BgClassName
{
background-color: #A02CC1;
}
</style>
border-color css
<style>
span { border-color: #A02CC1; }
span { border-color: rgb(160,44,193); }
td.TdClassName
{
border-color: #A02CC1;
}
.TagClassName
{
border-color: #A02CC1;
}
</style>