Shades of Dark Orchid #A31CAA
Tints of Dark Orchid #A31CAA
RGB
CMYK
RGB Variations
Color information
#A31CAA (or 0xA31CAA) is known color: Dark Orchid. HEX triplet: A3, 1C and AA. RGB value is (163,28,170). Sum of RGB (Red+Green+Blue) = 163+28+170=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CAA is #5CE355. Grayscale: #545454. Windows color (decimal): -6087510 or 11148451. OLE color: 11148451.
HSL color Cylindrical-coordinate representation of color #A31CAA: hue angle of 297.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31CAA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 28 | 170 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.33 |
| HSL | 297.04º | 0.72% | 0.39% | - |
| HSV(B) | 297.04º | 0.84% | 0.67% | - |
| XYZ | 22.78 | 11.52 | 39.05 | - |
| YUV | 84.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 170 | 0.04 | 0.84 | 0 | 0.33 | 297.04 | 0.72 | 0.39 |
| Hex | A3 | 1C | AA | 4 | 54 | 0 | 21 | 129 | 48 | 27 |
| Octal | 243 | 34 | 252 | 4 | 124 | 0 | 41 | 451 | 110 | 47 |
| Binary | 10100011 | 11100 | 10101010 | 100 | 1010100 | 0 | 100001 | 100101001 | 1001000 | 100111 |
Color Harmonies of #A31CAA
Complementary color
Monochromatic Colors of #A31CAA
Black with #A31CAA
Text Example
Text Example
White with #A31CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CAA; }
p { color: rgb(163,28,170); }
H1.HeaderClassName
{
color: #A31CAA;
}
.AnyTagClassName
{
color: #A31CAA;
}
</style>
background-color css
<style>
a { background-color: #A31CAA; }
a { background-color: rgb(163,28,170); }
div.DivClassName
{
background-color: #A31CAA;
}
.BgClassName
{
background-color: #A31CAA;
}
</style>
border-color css
<style>
span { border-color: #A31CAA; }
span { border-color: rgb(163,28,170); }
td.TdClassName
{
border-color: #A31CAA;
}
.TagClassName
{
border-color: #A31CAA;
}
</style>