Shades of Dark Orchid #A31ACF
Tints of Dark Orchid #A31ACF
RGB
CMYK
RGB Variations
Color information
#A31ACF (or 0xA31ACF) is known color: Dark Orchid. HEX triplet: A3, 1A and CF. RGB value is (163,26,207). Sum of RGB (Red+Green+Blue) = 163+26+207=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #A31ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ACF is #5CE530. Grayscale: #575757. Windows color (decimal): -6087985 or 13572771. OLE color: 13572771.
HSL color Cylindrical-coordinate representation of color #A31ACF: hue angle of 285.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31ACF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 26 | 207 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.19 |
| HSL | 285.41º | 0.78% | 0.46% | - |
| HSV(B) | 285.41º | 0.87% | 0.81% | - |
| XYZ | 26.74 | 13.03 | 60.14 | - |
| YUV | 87.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 207 | 0.21 | 0.87 | 0 | 0.19 | 285.41 | 0.78 | 0.46 |
| Hex | A3 | 1A | CF | 15 | 57 | 0 | 13 | 11D | 4E | 2E |
| Octal | 243 | 32 | 317 | 25 | 127 | 0 | 23 | 435 | 116 | 56 |
| Binary | 10100011 | 11010 | 11001111 | 10101 | 1010111 | 0 | 10011 | 100011101 | 1001110 | 101110 |
Color Harmonies of #A31ACF
Complementary color
Monochromatic Colors of #A31ACF
Black with #A31ACF
Text Example
Text Example
White with #A31ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ACF; }
p { color: rgb(163,26,207); }
H1.HeaderClassName
{
color: #A31ACF;
}
.AnyTagClassName
{
color: #A31ACF;
}
</style>
background-color css
<style>
a { background-color: #A31ACF; }
a { background-color: rgb(163,26,207); }
div.DivClassName
{
background-color: #A31ACF;
}
.BgClassName
{
background-color: #A31ACF;
}
</style>
border-color css
<style>
span { border-color: #A31ACF; }
span { border-color: rgb(163,26,207); }
td.TdClassName
{
border-color: #A31ACF;
}
.TagClassName
{
border-color: #A31ACF;
}
</style>