Shades of Dark Orchid #A12BDA
Tints of Dark Orchid #A12BDA
RGB
CMYK
RGB Variations
Color information
#A12BDA (or 0xA12BDA) is known color: Dark Orchid. HEX triplet: A1, 2B and DA. RGB value is (161,43,218). Sum of RGB (Red+Green+Blue) = 161+43+218=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #A12BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BDA is #5ED425. Grayscale: #616161. Windows color (decimal): -6214694 or 14298017. OLE color: 14298017.
HSL color Cylindrical-coordinate representation of color #A12BDA: hue angle of 280.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12BDA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 43 | 218 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.15 |
| HSL | 280.46º | 0.7% | 0.51% | - |
| HSV(B) | 280.46º | 0.8% | 0.85% | - |
| XYZ | 28.22 | 14.37 | 67.62 | - |
| YUV | 98.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 218 | 0.26 | 0.80 | 0 | 0.15 | 280.46 | 0.7 | 0.51 |
| Hex | A1 | 2B | DA | 1A | 50 | 0 | F | 118 | 46 | 33 |
| Octal | 241 | 53 | 332 | 32 | 120 | 0 | 17 | 430 | 106 | 63 |
| Binary | 10100001 | 101011 | 11011010 | 11010 | 1010000 | 0 | 1111 | 100011000 | 1000110 | 110011 |
Color Harmonies of #A12BDA
Complementary color
Monochromatic Colors of #A12BDA
Black with #A12BDA
Text Example
Text Example
White with #A12BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BDA; }
p { color: rgb(161,43,218); }
H1.HeaderClassName
{
color: #A12BDA;
}
.AnyTagClassName
{
color: #A12BDA;
}
</style>
background-color css
<style>
a { background-color: #A12BDA; }
a { background-color: rgb(161,43,218); }
div.DivClassName
{
background-color: #A12BDA;
}
.BgClassName
{
background-color: #A12BDA;
}
</style>
border-color css
<style>
span { border-color: #A12BDA; }
span { border-color: rgb(161,43,218); }
td.TdClassName
{
border-color: #A12BDA;
}
.TagClassName
{
border-color: #A12BDA;
}
</style>