Shades of Dark Orchid #A12CCB
Tints of Dark Orchid #A12CCB
RGB
CMYK
RGB Variations
Color information
#A12CCB (or 0xA12CCB) is known color: Dark Orchid. HEX triplet: A1, 2C and CB. RGB value is (161,44,203). Sum of RGB (Red+Green+Blue) = 161+44+203=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A12CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCB is #5ED334. Grayscale: #606060. Windows color (decimal): -6214453 or 13315233. OLE color: 13315233.
HSL color Cylindrical-coordinate representation of color #A12CCB: hue angle of 284.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12CCB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 44 | 203 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.20 |
| HSL | 284.15º | 0.64% | 0.48% | - |
| HSV(B) | 284.15º | 0.78% | 0.8% | - |
| XYZ | 26.38 | 13.69 | 57.75 | - |
| YUV | 97.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 203 | 0.21 | 0.78 | 0 | 0.20 | 284.15 | 0.64 | 0.48 |
| Hex | A1 | 2C | CB | 15 | 4E | 0 | 14 | 11C | 40 | 30 |
| Octal | 241 | 54 | 313 | 25 | 116 | 0 | 24 | 434 | 100 | 60 |
| Binary | 10100001 | 101100 | 11001011 | 10101 | 1001110 | 0 | 10100 | 100011100 | 1000000 | 110000 |
Color Harmonies of #A12CCB
Complementary color
Monochromatic Colors of #A12CCB
Black with #A12CCB
Text Example
Text Example
White with #A12CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CCB; }
p { color: rgb(161,44,203); }
H1.HeaderClassName
{
color: #A12CCB;
}
.AnyTagClassName
{
color: #A12CCB;
}
</style>
background-color css
<style>
a { background-color: #A12CCB; }
a { background-color: rgb(161,44,203); }
div.DivClassName
{
background-color: #A12CCB;
}
.BgClassName
{
background-color: #A12CCB;
}
</style>
border-color css
<style>
span { border-color: #A12CCB; }
span { border-color: rgb(161,44,203); }
td.TdClassName
{
border-color: #A12CCB;
}
.TagClassName
{
border-color: #A12CCB;
}
</style>