Shades of Dark Orchid #A331AB
Tints of Dark Orchid #A331AB
RGB
CMYK
RGB Variations
Color information
#A331AB (or 0xA331AB) is known color: Dark Orchid. HEX triplet: A3, 31 and AB. RGB value is (163,49,171). Sum of RGB (Red+Green+Blue) = 163+49+171=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A331AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A331AB is #5CCE54. Grayscale: #606060. Windows color (decimal): -6082133 or 11219363. OLE color: 11219363.
HSL color Cylindrical-coordinate representation of color #A331AB: hue angle of 296.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A331AB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 49 | 171 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.33 |
| HSL | 296.07º | 0.55% | 0.43% | - |
| HSV(B) | 296.07º | 0.71% | 0.67% | - |
| XYZ | 23.55 | 12.92 | 39.78 | - |
| YUV | 96.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 171 | 0.05 | 0.71 | 0 | 0.33 | 296.07 | 0.55 | 0.43 |
| Hex | A3 | 31 | AB | 5 | 47 | 0 | 21 | 128 | 37 | 2B |
| Octal | 243 | 61 | 253 | 5 | 107 | 0 | 41 | 450 | 67 | 53 |
| Binary | 10100011 | 110001 | 10101011 | 101 | 1000111 | 0 | 100001 | 100101000 | 110111 | 101011 |
Color Harmonies of #A331AB
Complementary color
Monochromatic Colors of #A331AB
Black with #A331AB
Text Example
Text Example
White with #A331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331AB; }
p { color: rgb(163,49,171); }
H1.HeaderClassName
{
color: #A331AB;
}
.AnyTagClassName
{
color: #A331AB;
}
</style>
background-color css
<style>
a { background-color: #A331AB; }
a { background-color: rgb(163,49,171); }
div.DivClassName
{
background-color: #A331AB;
}
.BgClassName
{
background-color: #A331AB;
}
</style>
border-color css
<style>
span { border-color: #A331AB; }
span { border-color: rgb(163,49,171); }
td.TdClassName
{
border-color: #A331AB;
}
.TagClassName
{
border-color: #A331AB;
}
</style>