Shades of Dark Orchid #A31BAF
Tints of Dark Orchid #A31BAF
RGB
CMYK
RGB Variations
Color information
#A31BAF (or 0xA31BAF) is known color: Dark Orchid. HEX triplet: A3, 1B and AF. RGB value is (163,27,175). Sum of RGB (Red+Green+Blue) = 163+27+175=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #A31BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAF is #5CE450. Grayscale: #545454. Windows color (decimal): -6087761 or 11475875. OLE color: 11475875.
HSL color Cylindrical-coordinate representation of color #A31BAF: hue angle of 295.14º degrees, saturation: 0.73, 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 #A31BAF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 27 | 175 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.31 |
| HSL | 295.14º | 0.73% | 0.4% | - |
| HSV(B) | 295.14º | 0.85% | 0.69% | - |
| XYZ | 23.23 | 11.67 | 41.58 | - |
| YUV | 84.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 175 | 0.07 | 0.85 | 0 | 0.31 | 295.14 | 0.73 | 0.4 |
| Hex | A3 | 1B | AF | 7 | 55 | 0 | 1F | 127 | 49 | 28 |
| Octal | 243 | 33 | 257 | 7 | 125 | 0 | 37 | 447 | 111 | 50 |
| Binary | 10100011 | 11011 | 10101111 | 111 | 1010101 | 0 | 11111 | 100100111 | 1001001 | 101000 |
Color Harmonies of #A31BAF
Complementary color
Monochromatic Colors of #A31BAF
Black with #A31BAF
Text Example
Text Example
White with #A31BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BAF; }
p { color: rgb(163,27,175); }
H1.HeaderClassName
{
color: #A31BAF;
}
.AnyTagClassName
{
color: #A31BAF;
}
</style>
background-color css
<style>
a { background-color: #A31BAF; }
a { background-color: rgb(163,27,175); }
div.DivClassName
{
background-color: #A31BAF;
}
.BgClassName
{
background-color: #A31BAF;
}
</style>
border-color css
<style>
span { border-color: #A31BAF; }
span { border-color: rgb(163,27,175); }
td.TdClassName
{
border-color: #A31BAF;
}
.TagClassName
{
border-color: #A31BAF;
}
</style>