Shades of Dark Orchid #A32CAB
Tints of Dark Orchid #A32CAB
RGB
CMYK
RGB Variations
Color information
#A32CAB (or 0xA32CAB) is known color: Dark Orchid. HEX triplet: A3, 2C and AB. RGB value is (163,44,171). Sum of RGB (Red+Green+Blue) = 163+44+171=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A32CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32CAB is #5CD354. Grayscale: #5D5D5D. Windows color (decimal): -6083413 or 11218083. OLE color: 11218083.
HSL color Cylindrical-coordinate representation of color #A32CAB: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32CAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 44 | 171 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.33 |
| HSL | 296.22º | 0.59% | 0.42% | - |
| HSV(B) | 296.22º | 0.74% | 0.67% | - |
| XYZ | 23.36 | 12.53 | 39.72 | - |
| YUV | 94.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 171 | 0.05 | 0.74 | 0 | 0.33 | 296.22 | 0.59 | 0.42 |
| Hex | A3 | 2C | AB | 5 | 4A | 0 | 21 | 128 | 3B | 2A |
| Octal | 243 | 54 | 253 | 5 | 112 | 0 | 41 | 450 | 73 | 52 |
| Binary | 10100011 | 101100 | 10101011 | 101 | 1001010 | 0 | 100001 | 100101000 | 111011 | 101010 |
Color Harmonies of #A32CAB
Complementary color
Monochromatic Colors of #A32CAB
Black with #A32CAB
Text Example
Text Example
White with #A32CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CAB; }
p { color: rgb(163,44,171); }
H1.HeaderClassName
{
color: #A32CAB;
}
.AnyTagClassName
{
color: #A32CAB;
}
</style>
background-color css
<style>
a { background-color: #A32CAB; }
a { background-color: rgb(163,44,171); }
div.DivClassName
{
background-color: #A32CAB;
}
.BgClassName
{
background-color: #A32CAB;
}
</style>
border-color css
<style>
span { border-color: #A32CAB; }
span { border-color: rgb(163,44,171); }
td.TdClassName
{
border-color: #A32CAB;
}
.TagClassName
{
border-color: #A32CAB;
}
</style>