Shades of Dark Orchid #A31DAF
Tints of Dark Orchid #A31DAF
RGB
CMYK
RGB Variations
Color information
#A31DAF (or 0xA31DAF) is known color: Dark Orchid. HEX triplet: A3, 1D and AF. RGB value is (163,29,175). Sum of RGB (Red+Green+Blue) = 163+29+175=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A31DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DAF is #5CE250. Grayscale: #555555. Windows color (decimal): -6087249 or 11476387. OLE color: 11476387.
HSL color Cylindrical-coordinate representation of color #A31DAF: hue angle of 295.07º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31DAF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 29 | 175 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.31 |
| HSL | 295.07º | 0.72% | 0.4% | - |
| HSV(B) | 295.07º | 0.83% | 0.69% | - |
| XYZ | 23.28 | 11.76 | 41.6 | - |
| YUV | 85.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 175 | 0.07 | 0.83 | 0 | 0.31 | 295.07 | 0.72 | 0.4 |
| Hex | A3 | 1D | AF | 7 | 53 | 0 | 1F | 127 | 48 | 28 |
| Octal | 243 | 35 | 257 | 7 | 123 | 0 | 37 | 447 | 110 | 50 |
| Binary | 10100011 | 11101 | 10101111 | 111 | 1010011 | 0 | 11111 | 100100111 | 1001000 | 101000 |
Color Harmonies of #A31DAF
Complementary color
Monochromatic Colors of #A31DAF
Black with #A31DAF
Text Example
Text Example
White with #A31DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DAF; }
p { color: rgb(163,29,175); }
H1.HeaderClassName
{
color: #A31DAF;
}
.AnyTagClassName
{
color: #A31DAF;
}
</style>
background-color css
<style>
a { background-color: #A31DAF; }
a { background-color: rgb(163,29,175); }
div.DivClassName
{
background-color: #A31DAF;
}
.BgClassName
{
background-color: #A31DAF;
}
</style>
border-color css
<style>
span { border-color: #A31DAF; }
span { border-color: rgb(163,29,175); }
td.TdClassName
{
border-color: #A31DAF;
}
.TagClassName
{
border-color: #A31DAF;
}
</style>