Shades of Dark Orchid #A31ABD
Tints of Dark Orchid #A31ABD
RGB
CMYK
RGB Variations
Color information
#A31ABD (or 0xA31ABD) is known color: Dark Orchid. HEX triplet: A3, 1A and BD. RGB value is (163,26,189). Sum of RGB (Red+Green+Blue) = 163+26+189=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A31ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ABD is #5CE542. Grayscale: #555555. Windows color (decimal): -6088003 or 12393123. OLE color: 12393123.
HSL color Cylindrical-coordinate representation of color #A31ABD: hue angle of 290.43º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31ABD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 26 | 189 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.26 |
| HSL | 290.43º | 0.76% | 0.42% | - |
| HSV(B) | 290.43º | 0.86% | 0.74% | - |
| XYZ | 24.66 | 12.2 | 49.2 | - |
| YUV | 85.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 189 | 0.14 | 0.86 | 0 | 0.26 | 290.43 | 0.76 | 0.42 |
| Hex | A3 | 1A | BD | E | 56 | 0 | 1A | 122 | 4C | 2A |
| Octal | 243 | 32 | 275 | 16 | 126 | 0 | 32 | 442 | 114 | 52 |
| Binary | 10100011 | 11010 | 10111101 | 1110 | 1010110 | 0 | 11010 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A31ABD
Complementary color
Monochromatic Colors of #A31ABD
Black with #A31ABD
Text Example
Text Example
White with #A31ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ABD; }
p { color: rgb(163,26,189); }
H1.HeaderClassName
{
color: #A31ABD;
}
.AnyTagClassName
{
color: #A31ABD;
}
</style>
background-color css
<style>
a { background-color: #A31ABD; }
a { background-color: rgb(163,26,189); }
div.DivClassName
{
background-color: #A31ABD;
}
.BgClassName
{
background-color: #A31ABD;
}
</style>
border-color css
<style>
span { border-color: #A31ABD; }
span { border-color: rgb(163,26,189); }
td.TdClassName
{
border-color: #A31ABD;
}
.TagClassName
{
border-color: #A31ABD;
}
</style>