Shades of Dark Orchid #A31AB0
Tints of Dark Orchid #A31AB0
RGB
CMYK
RGB Variations
Color information
#A31AB0 (or 0xA31AB0) is known color: Dark Orchid. HEX triplet: A3, 1A and B0. RGB value is (163,26,176). Sum of RGB (Red+Green+Blue) = 163+26+176=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #A31AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AB0 is #5CE54F. Grayscale: #535353. Windows color (decimal): -6088016 or 11541155. OLE color: 11541155.
HSL color Cylindrical-coordinate representation of color #A31AB0: hue angle of 294.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31AB0 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 26 | 176 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.31 |
| HSL | 294.8º | 0.74% | 0.4% | - |
| HSV(B) | 294.8º | 0.85% | 0.69% | - |
| XYZ | 23.31 | 11.66 | 42.1 | - |
| YUV | 84.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 176 | 0.07 | 0.85 | 0 | 0.31 | 294.8 | 0.74 | 0.4 |
| Hex | A3 | 1A | B0 | 7 | 55 | 0 | 1F | 127 | 4A | 28 |
| Octal | 243 | 32 | 260 | 7 | 125 | 0 | 37 | 447 | 112 | 50 |
| Binary | 10100011 | 11010 | 10110000 | 111 | 1010101 | 0 | 11111 | 100100111 | 1001010 | 101000 |
Color Harmonies of #A31AB0
Complementary color
Monochromatic Colors of #A31AB0
Black with #A31AB0
Text Example
Text Example
White with #A31AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AB0; }
p { color: rgb(163,26,176); }
H1.HeaderClassName
{
color: #A31AB0;
}
.AnyTagClassName
{
color: #A31AB0;
}
</style>
background-color css
<style>
a { background-color: #A31AB0; }
a { background-color: rgb(163,26,176); }
div.DivClassName
{
background-color: #A31AB0;
}
.BgClassName
{
background-color: #A31AB0;
}
</style>
border-color css
<style>
span { border-color: #A31AB0; }
span { border-color: rgb(163,26,176); }
td.TdClassName
{
border-color: #A31AB0;
}
.TagClassName
{
border-color: #A31AB0;
}
</style>