Shades of Dark Orchid #A32ECB
Tints of Dark Orchid #A32ECB
RGB
CMYK
RGB Variations
Color information
#A32ECB (or 0xA32ECB) is known color: Dark Orchid. HEX triplet: A3, 2E and CB. RGB value is (163,46,203). Sum of RGB (Red+Green+Blue) = 163+46+203=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #A32ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECB is #5CD134. Grayscale: #626262. Windows color (decimal): -6082869 or 13315747. OLE color: 13315747.
HSL color Cylindrical-coordinate representation of color #A32ECB: hue angle of 284.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32ECB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 46 | 203 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.20 |
| HSL | 284.71º | 0.63% | 0.49% | - |
| HSV(B) | 284.71º | 0.77% | 0.8% | - |
| XYZ | 26.86 | 14.05 | 57.8 | - |
| YUV | 98.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 203 | 0.20 | 0.77 | 0 | 0.20 | 284.71 | 0.63 | 0.49 |
| Hex | A3 | 2E | CB | 14 | 4D | 0 | 14 | 11D | 3F | 31 |
| Octal | 243 | 56 | 313 | 24 | 115 | 0 | 24 | 435 | 77 | 61 |
| Binary | 10100011 | 101110 | 11001011 | 10100 | 1001101 | 0 | 10100 | 100011101 | 111111 | 110001 |
Color Harmonies of #A32ECB
Complementary color
Monochromatic Colors of #A32ECB
Black with #A32ECB
Text Example
Text Example
White with #A32ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ECB; }
p { color: rgb(163,46,203); }
H1.HeaderClassName
{
color: #A32ECB;
}
.AnyTagClassName
{
color: #A32ECB;
}
</style>
background-color css
<style>
a { background-color: #A32ECB; }
a { background-color: rgb(163,46,203); }
div.DivClassName
{
background-color: #A32ECB;
}
.BgClassName
{
background-color: #A32ECB;
}
</style>
border-color css
<style>
span { border-color: #A32ECB; }
span { border-color: rgb(163,46,203); }
td.TdClassName
{
border-color: #A32ECB;
}
.TagClassName
{
border-color: #A32ECB;
}
</style>