Shades of Dark Orchid #A31CCB
Tints of Dark Orchid #A31CCB
RGB
CMYK
RGB Variations
Color information
#A31CCB (or 0xA31CCB) is known color: Dark Orchid. HEX triplet: A3, 1C and CB. RGB value is (163,28,203). Sum of RGB (Red+Green+Blue) = 163+28+203=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #A31CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCB is #5CE334. Grayscale: #575757. Windows color (decimal): -6087477 or 13311139. OLE color: 13311139.
HSL color Cylindrical-coordinate representation of color #A31CCB: hue angle of 286.29º 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 #A31CCB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 28 | 203 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.20 |
| HSL | 286.29º | 0.76% | 0.45% | - |
| HSV(B) | 286.29º | 0.86% | 0.8% | - |
| XYZ | 26.3 | 12.93 | 57.61 | - |
| YUV | 88.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 203 | 0.20 | 0.86 | 0 | 0.20 | 286.29 | 0.76 | 0.45 |
| Hex | A3 | 1C | CB | 14 | 56 | 0 | 14 | 11E | 4C | 2D |
| Octal | 243 | 34 | 313 | 24 | 126 | 0 | 24 | 436 | 114 | 55 |
| Binary | 10100011 | 11100 | 11001011 | 10100 | 1010110 | 0 | 10100 | 100011110 | 1001100 | 101101 |
Color Harmonies of #A31CCB
Complementary color
Monochromatic Colors of #A31CCB
Black with #A31CCB
Text Example
Text Example
White with #A31CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CCB; }
p { color: rgb(163,28,203); }
H1.HeaderClassName
{
color: #A31CCB;
}
.AnyTagClassName
{
color: #A31CCB;
}
</style>
background-color css
<style>
a { background-color: #A31CCB; }
a { background-color: rgb(163,28,203); }
div.DivClassName
{
background-color: #A31CCB;
}
.BgClassName
{
background-color: #A31CCB;
}
</style>
border-color css
<style>
span { border-color: #A31CCB; }
span { border-color: rgb(163,28,203); }
td.TdClassName
{
border-color: #A31CCB;
}
.TagClassName
{
border-color: #A31CCB;
}
</style>