Shades of Dark Orchid #A12BCF
Tints of Dark Orchid #A12BCF
RGB
CMYK
RGB Variations
Color information
#A12BCF (or 0xA12BCF) is known color: Dark Orchid. HEX triplet: A1, 2B and CF. RGB value is (161,43,207). Sum of RGB (Red+Green+Blue) = 161+43+207=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #A12BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BCF is #5ED430. Grayscale: #606060. Windows color (decimal): -6214705 or 13577121. OLE color: 13577121.
HSL color Cylindrical-coordinate representation of color #A12BCF: hue angle of 283.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12BCF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 43 | 207 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.19 |
| HSL | 283.17º | 0.66% | 0.49% | - |
| HSV(B) | 283.17º | 0.79% | 0.81% | - |
| XYZ | 26.82 | 13.81 | 60.28 | - |
| YUV | 96.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 207 | 0.22 | 0.79 | 0 | 0.19 | 283.17 | 0.66 | 0.49 |
| Hex | A1 | 2B | CF | 16 | 4F | 0 | 13 | 11B | 42 | 31 |
| Octal | 241 | 53 | 317 | 26 | 117 | 0 | 23 | 433 | 102 | 61 |
| Binary | 10100001 | 101011 | 11001111 | 10110 | 1001111 | 0 | 10011 | 100011011 | 1000010 | 110001 |
Color Harmonies of #A12BCF
Complementary color
Monochromatic Colors of #A12BCF
Black with #A12BCF
Text Example
Text Example
White with #A12BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BCF; }
p { color: rgb(161,43,207); }
H1.HeaderClassName
{
color: #A12BCF;
}
.AnyTagClassName
{
color: #A12BCF;
}
</style>
background-color css
<style>
a { background-color: #A12BCF; }
a { background-color: rgb(161,43,207); }
div.DivClassName
{
background-color: #A12BCF;
}
.BgClassName
{
background-color: #A12BCF;
}
</style>
border-color css
<style>
span { border-color: #A12BCF; }
span { border-color: rgb(161,43,207); }
td.TdClassName
{
border-color: #A12BCF;
}
.TagClassName
{
border-color: #A12BCF;
}
</style>