Shades of Dark Orchid #A31CCA
Tints of Dark Orchid #A31CCA
RGB
CMYK
RGB Variations
Color information
#A31CCA (or 0xA31CCA) is known color: Dark Orchid. HEX triplet: A3, 1C and CA. RGB value is (163,28,202). Sum of RGB (Red+Green+Blue) = 163+28+202=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #A31CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCA is #5CE335. Grayscale: #575757. Windows color (decimal): -6087478 or 13245603. OLE color: 13245603.
HSL color Cylindrical-coordinate representation of color #A31CCA: hue angle of 286.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 28 | 202 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.21 |
| HSL | 286.55º | 0.76% | 0.45% | - |
| HSV(B) | 286.55º | 0.86% | 0.79% | - |
| XYZ | 26.18 | 12.88 | 56.98 | - |
| YUV | 88.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 202 | 0.19 | 0.86 | 0 | 0.21 | 286.55 | 0.76 | 0.45 |
| Hex | A3 | 1C | CA | 13 | 56 | 0 | 15 | 11F | 4C | 2D |
| Octal | 243 | 34 | 312 | 23 | 126 | 0 | 25 | 437 | 114 | 55 |
| Binary | 10100011 | 11100 | 11001010 | 10011 | 1010110 | 0 | 10101 | 100011111 | 1001100 | 101101 |
Color Harmonies of #A31CCA
Complementary color
Monochromatic Colors of #A31CCA
Black with #A31CCA
Text Example
Text Example
White with #A31CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CCA; }
p { color: rgb(163,28,202); }
H1.HeaderClassName
{
color: #A31CCA;
}
.AnyTagClassName
{
color: #A31CCA;
}
</style>
background-color css
<style>
a { background-color: #A31CCA; }
a { background-color: rgb(163,28,202); }
div.DivClassName
{
background-color: #A31CCA;
}
.BgClassName
{
background-color: #A31CCA;
}
</style>
border-color css
<style>
span { border-color: #A31CCA; }
span { border-color: rgb(163,28,202); }
td.TdClassName
{
border-color: #A31CCA;
}
.TagClassName
{
border-color: #A31CCA;
}
</style>