Shades of Dark Orchid #A331CD
Tints of Dark Orchid #A331CD
RGB
CMYK
RGB Variations
Color information
#A331CD (or 0xA331CD) is known color: Dark Orchid. HEX triplet: A3, 31 and CD. RGB value is (163,49,205). Sum of RGB (Red+Green+Blue) = 163+49+205=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #A331CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331CD is #5CCE32. Grayscale: #646464. Windows color (decimal): -6082099 or 13447587. OLE color: 13447587.
HSL color Cylindrical-coordinate representation of color #A331CD: hue angle of 283.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A331CD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 49 | 205 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.20 |
| HSL | 283.85º | 0.61% | 0.5% | - |
| HSV(B) | 283.85º | 0.76% | 0.8% | - |
| XYZ | 27.22 | 14.39 | 59.1 | - |
| YUV | 100.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 205 | 0.20 | 0.76 | 0 | 0.20 | 283.85 | 0.61 | 0.5 |
| Hex | A3 | 31 | CD | 14 | 4C | 0 | 14 | 11C | 3D | 32 |
| Octal | 243 | 61 | 315 | 24 | 114 | 0 | 24 | 434 | 75 | 62 |
| Binary | 10100011 | 110001 | 11001101 | 10100 | 1001100 | 0 | 10100 | 100011100 | 111101 | 110010 |
Color Harmonies of #A331CD
Complementary color
Monochromatic Colors of #A331CD
Black with #A331CD
Text Example
Text Example
White with #A331CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331CD; }
p { color: rgb(163,49,205); }
H1.HeaderClassName
{
color: #A331CD;
}
.AnyTagClassName
{
color: #A331CD;
}
</style>
background-color css
<style>
a { background-color: #A331CD; }
a { background-color: rgb(163,49,205); }
div.DivClassName
{
background-color: #A331CD;
}
.BgClassName
{
background-color: #A331CD;
}
</style>
border-color css
<style>
span { border-color: #A331CD; }
span { border-color: rgb(163,49,205); }
td.TdClassName
{
border-color: #A331CD;
}
.TagClassName
{
border-color: #A331CD;
}
</style>