Shades of Dark Orchid #A12FCC
Tints of Dark Orchid #A12FCC
RGB
CMYK
RGB Variations
Color information
#A12FCC (or 0xA12FCC) is known color: Dark Orchid. HEX triplet: A1, 2F and CC. RGB value is (161,47,204). Sum of RGB (Red+Green+Blue) = 161+47+204=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A12FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FCC is #5ED033. Grayscale: #626262. Windows color (decimal): -6213684 or 13381537. OLE color: 13381537.
HSL color Cylindrical-coordinate representation of color #A12FCC: hue angle of 283.57º 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 #A12FCC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 47 | 204 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.2 |
| HSL | 283.57º | 0.63% | 0.49% | - |
| HSV(B) | 283.57º | 0.77% | 0.8% | - |
| XYZ | 26.61 | 13.97 | 58.42 | - |
| YUV | 98.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 204 | 0.21 | 0.77 | 0 | 0.2 | 283.57 | 0.63 | 0.49 |
| Hex | A1 | 2F | CC | 15 | 4D | 0 | 14 | 11C | 3F | 31 |
| Octal | 241 | 57 | 314 | 25 | 115 | 0 | 24 | 434 | 77 | 61 |
| Binary | 10100001 | 101111 | 11001100 | 10101 | 1001101 | 0 | 10100 | 100011100 | 111111 | 110001 |
Color Harmonies of #A12FCC
Complementary color
Monochromatic Colors of #A12FCC
Black with #A12FCC
Text Example
Text Example
White with #A12FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FCC; }
p { color: rgb(161,47,204); }
H1.HeaderClassName
{
color: #A12FCC;
}
.AnyTagClassName
{
color: #A12FCC;
}
</style>
background-color css
<style>
a { background-color: #A12FCC; }
a { background-color: rgb(161,47,204); }
div.DivClassName
{
background-color: #A12FCC;
}
.BgClassName
{
background-color: #A12FCC;
}
</style>
border-color css
<style>
span { border-color: #A12FCC; }
span { border-color: rgb(161,47,204); }
td.TdClassName
{
border-color: #A12FCC;
}
.TagClassName
{
border-color: #A12FCC;
}
</style>