Shades of Dark Orchid #A31CCC
Tints of Dark Orchid #A31CCC
RGB
CMYK
RGB Variations
Color information
#A31CCC (or 0xA31CCC) is known color: Dark Orchid. HEX triplet: A3, 1C and CC. RGB value is (163,28,204). Sum of RGB (Red+Green+Blue) = 163+28+204=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A31CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCC is #5CE333. Grayscale: #575757. Windows color (decimal): -6087476 or 13376675. OLE color: 13376675.
HSL color Cylindrical-coordinate representation of color #A31CCC: hue angle of 286.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCC is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 28 | 204 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.2 |
| HSL | 286.02º | 0.76% | 0.45% | - |
| HSV(B) | 286.02º | 0.86% | 0.8% | - |
| XYZ | 26.42 | 12.98 | 58.24 | - |
| YUV | 88.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 204 | 0.20 | 0.86 | 0 | 0.2 | 286.02 | 0.76 | 0.45 |
| Hex | A3 | 1C | CC | 14 | 56 | 0 | 14 | 11E | 4C | 2D |
| Octal | 243 | 34 | 314 | 24 | 126 | 0 | 24 | 436 | 114 | 55 |
| Binary | 10100011 | 11100 | 11001100 | 10100 | 1010110 | 0 | 10100 | 100011110 | 1001100 | 101101 |
Color Harmonies of #A31CCC
Complementary color
Monochromatic Colors of #A31CCC
Black with #A31CCC
Text Example
Text Example
White with #A31CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CCC; }
p { color: rgb(163,28,204); }
H1.HeaderClassName
{
color: #A31CCC;
}
.AnyTagClassName
{
color: #A31CCC;
}
</style>
background-color css
<style>
a { background-color: #A31CCC; }
a { background-color: rgb(163,28,204); }
div.DivClassName
{
background-color: #A31CCC;
}
.BgClassName
{
background-color: #A31CCC;
}
</style>
border-color css
<style>
span { border-color: #A31CCC; }
span { border-color: rgb(163,28,204); }
td.TdClassName
{
border-color: #A31CCC;
}
.TagClassName
{
border-color: #A31CCC;
}
</style>