Shades of Dark Orchid #A31EAF
Tints of Dark Orchid #A31EAF
RGB
CMYK
RGB Variations
Color information
#A31EAF (or 0xA31EAF) is known color: Dark Orchid. HEX triplet: A3, 1E and AF. RGB value is (163,30,175). Sum of RGB (Red+Green+Blue) = 163+30+175=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #A31EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EAF is #5CE150. Grayscale: #555555. Windows color (decimal): -6086993 or 11476643. OLE color: 11476643.
HSL color Cylindrical-coordinate representation of color #A31EAF: hue angle of 295.03º degrees, saturation: 0.71, 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 #A31EAF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 30 | 175 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.31 |
| HSL | 295.03º | 0.71% | 0.4% | - |
| HSV(B) | 295.03º | 0.83% | 0.69% | - |
| XYZ | 23.31 | 11.81 | 41.61 | - |
| YUV | 86.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 175 | 0.07 | 0.83 | 0 | 0.31 | 295.03 | 0.71 | 0.4 |
| Hex | A3 | 1E | AF | 7 | 53 | 0 | 1F | 127 | 47 | 28 |
| Octal | 243 | 36 | 257 | 7 | 123 | 0 | 37 | 447 | 107 | 50 |
| Binary | 10100011 | 11110 | 10101111 | 111 | 1010011 | 0 | 11111 | 100100111 | 1000111 | 101000 |
Color Harmonies of #A31EAF
Complementary color
Monochromatic Colors of #A31EAF
Black with #A31EAF
Text Example
Text Example
White with #A31EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EAF; }
p { color: rgb(163,30,175); }
H1.HeaderClassName
{
color: #A31EAF;
}
.AnyTagClassName
{
color: #A31EAF;
}
</style>
background-color css
<style>
a { background-color: #A31EAF; }
a { background-color: rgb(163,30,175); }
div.DivClassName
{
background-color: #A31EAF;
}
.BgClassName
{
background-color: #A31EAF;
}
</style>
border-color css
<style>
span { border-color: #A31EAF; }
span { border-color: rgb(163,30,175); }
td.TdClassName
{
border-color: #A31EAF;
}
.TagClassName
{
border-color: #A31EAF;
}
</style>