Shades of Dark Orchid #A831B3
Tints of Dark Orchid #A831B3
RGB
CMYK
RGB Variations
Color information
#A831B3 (or 0xA831B3) is known color: Dark Orchid. HEX triplet: A8, 31 and B3. RGB value is (168,49,179). Sum of RGB (Red+Green+Blue) = 168+49+179=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #A831B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831B3 is #57CE4C. Grayscale: #636363. Windows color (decimal): -5754445 or 11743656. OLE color: 11743656.
HSL color Cylindrical-coordinate representation of color #A831B3: hue angle of 294.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A831B3 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 49 | 179 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.30 |
| HSL | 294.92º | 0.57% | 0.45% | - |
| HSV(B) | 294.92º | 0.73% | 0.7% | - |
| XYZ | 25.38 | 13.78 | 43.97 | - |
| YUV | 99.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 179 | 0.06 | 0.73 | 0 | 0.30 | 294.92 | 0.57 | 0.45 |
| Hex | A8 | 31 | B3 | 6 | 49 | 0 | 1E | 127 | 39 | 2D |
| Octal | 250 | 61 | 263 | 6 | 111 | 0 | 36 | 447 | 71 | 55 |
| Binary | 10101000 | 110001 | 10110011 | 110 | 1001001 | 0 | 11110 | 100100111 | 111001 | 101101 |
Color Harmonies of #A831B3
Complementary color
Monochromatic Colors of #A831B3
Black with #A831B3
Text Example
Text Example
White with #A831B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831B3; }
p { color: rgb(168,49,179); }
H1.HeaderClassName
{
color: #A831B3;
}
.AnyTagClassName
{
color: #A831B3;
}
</style>
background-color css
<style>
a { background-color: #A831B3; }
a { background-color: rgb(168,49,179); }
div.DivClassName
{
background-color: #A831B3;
}
.BgClassName
{
background-color: #A831B3;
}
</style>
border-color css
<style>
span { border-color: #A831B3; }
span { border-color: rgb(168,49,179); }
td.TdClassName
{
border-color: #A831B3;
}
.TagClassName
{
border-color: #A831B3;
}
</style>