Shades of Dark Orchid #A32CC1
Tints of Dark Orchid #A32CC1
RGB
CMYK
RGB Variations
Color information
#A32CC1 (or 0xA32CC1) is known color: Dark Orchid. HEX triplet: A3, 2C and C1. RGB value is (163,44,193). Sum of RGB (Red+Green+Blue) = 163+44+193=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #A32CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CC1 is #5CD33E. Grayscale: #606060. Windows color (decimal): -6083391 or 12659875. OLE color: 12659875.
HSL color Cylindrical-coordinate representation of color #A32CC1: hue angle of 287.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32CC1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 44 | 193 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.24 |
| HSL | 287.92º | 0.63% | 0.46% | - |
| HSV(B) | 287.92º | 0.77% | 0.76% | - |
| XYZ | 25.63 | 13.44 | 51.7 | - |
| YUV | 96.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 193 | 0.16 | 0.77 | 0 | 0.24 | 287.92 | 0.63 | 0.46 |
| Hex | A3 | 2C | C1 | 10 | 4D | 0 | 18 | 120 | 3F | 2E |
| Octal | 243 | 54 | 301 | 20 | 115 | 0 | 30 | 440 | 77 | 56 |
| Binary | 10100011 | 101100 | 11000001 | 10000 | 1001101 | 0 | 11000 | 100100000 | 111111 | 101110 |
Color Harmonies of #A32CC1
Complementary color
Monochromatic Colors of #A32CC1
Black with #A32CC1
Text Example
Text Example
White with #A32CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CC1; }
p { color: rgb(163,44,193); }
H1.HeaderClassName
{
color: #A32CC1;
}
.AnyTagClassName
{
color: #A32CC1;
}
</style>
background-color css
<style>
a { background-color: #A32CC1; }
a { background-color: rgb(163,44,193); }
div.DivClassName
{
background-color: #A32CC1;
}
.BgClassName
{
background-color: #A32CC1;
}
</style>
border-color css
<style>
span { border-color: #A32CC1; }
span { border-color: rgb(163,44,193); }
td.TdClassName
{
border-color: #A32CC1;
}
.TagClassName
{
border-color: #A32CC1;
}
</style>