Shades of Dark Orchid #A331CC
Tints of Dark Orchid #A331CC
RGB
CMYK
RGB Variations
Color information
#A331CC (or 0xA331CC) is known color: Dark Orchid. HEX triplet: A3, 31 and CC. RGB value is (163,49,204). Sum of RGB (Red+Green+Blue) = 163+49+204=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #A331CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331CC is #5CCE33. Grayscale: #646464. Windows color (decimal): -6082100 or 13382051. OLE color: 13382051.
HSL color Cylindrical-coordinate representation of color #A331CC: hue angle of 284.13º 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 #A331CC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 49 | 204 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.2 |
| HSL | 284.13º | 0.61% | 0.5% | - |
| HSV(B) | 284.13º | 0.76% | 0.8% | - |
| XYZ | 27.1 | 14.34 | 58.47 | - |
| YUV | 100.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 204 | 0.20 | 0.76 | 0 | 0.2 | 284.13 | 0.61 | 0.5 |
| Hex | A3 | 31 | CC | 14 | 4C | 0 | 14 | 11C | 3D | 32 |
| Octal | 243 | 61 | 314 | 24 | 114 | 0 | 24 | 434 | 75 | 62 |
| Binary | 10100011 | 110001 | 11001100 | 10100 | 1001100 | 0 | 10100 | 100011100 | 111101 | 110010 |
Color Harmonies of #A331CC
Complementary color
Monochromatic Colors of #A331CC
Black with #A331CC
Text Example
Text Example
White with #A331CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331CC; }
p { color: rgb(163,49,204); }
H1.HeaderClassName
{
color: #A331CC;
}
.AnyTagClassName
{
color: #A331CC;
}
</style>
background-color css
<style>
a { background-color: #A331CC; }
a { background-color: rgb(163,49,204); }
div.DivClassName
{
background-color: #A331CC;
}
.BgClassName
{
background-color: #A331CC;
}
</style>
border-color css
<style>
span { border-color: #A331CC; }
span { border-color: rgb(163,49,204); }
td.TdClassName
{
border-color: #A331CC;
}
.TagClassName
{
border-color: #A331CC;
}
</style>