Shades of Dark Orchid #A31AD7
Tints of Dark Orchid #A31AD7
RGB
CMYK
RGB Variations
Color information
#A31AD7 (or 0xA31AD7) is known color: Dark Orchid. HEX triplet: A3, 1A and D7. RGB value is (163,26,215). Sum of RGB (Red+Green+Blue) = 163+26+215=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #A31AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AD7 is #5CE528. Grayscale: #575757. Windows color (decimal): -6087977 or 14097059. OLE color: 14097059.
HSL color Cylindrical-coordinate representation of color #A31AD7: hue angle of 283.49º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31AD7 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 26 | 215 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.16 |
| HSL | 283.49º | 0.78% | 0.47% | - |
| HSV(B) | 283.49º | 0.88% | 0.84% | - |
| XYZ | 27.74 | 13.43 | 65.42 | - |
| YUV | 88.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 215 | 0.24 | 0.88 | 0 | 0.16 | 283.49 | 0.78 | 0.47 |
| Hex | A3 | 1A | D7 | 18 | 58 | 0 | 10 | 11B | 4E | 2F |
| Octal | 243 | 32 | 327 | 30 | 130 | 0 | 20 | 433 | 116 | 57 |
| Binary | 10100011 | 11010 | 11010111 | 11000 | 1011000 | 0 | 10000 | 100011011 | 1001110 | 101111 |
Color Harmonies of #A31AD7
Complementary color
Monochromatic Colors of #A31AD7
Black with #A31AD7
Text Example
Text Example
White with #A31AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AD7; }
p { color: rgb(163,26,215); }
H1.HeaderClassName
{
color: #A31AD7;
}
.AnyTagClassName
{
color: #A31AD7;
}
</style>
background-color css
<style>
a { background-color: #A31AD7; }
a { background-color: rgb(163,26,215); }
div.DivClassName
{
background-color: #A31AD7;
}
.BgClassName
{
background-color: #A31AD7;
}
</style>
border-color css
<style>
span { border-color: #A31AD7; }
span { border-color: rgb(163,26,215); }
td.TdClassName
{
border-color: #A31AD7;
}
.TagClassName
{
border-color: #A31AD7;
}
</style>