Shades of Dark Orchid #A12ADA
Tints of Dark Orchid #A12ADA
RGB
CMYK
RGB Variations
Color information
#A12ADA (or 0xA12ADA) is known color: Dark Orchid. HEX triplet: A1, 2A and DA. RGB value is (161,42,218). Sum of RGB (Red+Green+Blue) = 161+42+218=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #A12ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ADA is #5ED525. Grayscale: #616161. Windows color (decimal): -6214950 or 14297761. OLE color: 14297761.
HSL color Cylindrical-coordinate representation of color #A12ADA: hue angle of 280.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12ADA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 42 | 218 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.15 |
| HSL | 280.57º | 0.7% | 0.51% | - |
| HSV(B) | 280.57º | 0.81% | 0.85% | - |
| XYZ | 28.18 | 14.29 | 67.6 | - |
| YUV | 97.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 218 | 0.26 | 0.81 | 0 | 0.15 | 280.57 | 0.7 | 0.51 |
| Hex | A1 | 2A | DA | 1A | 51 | 0 | F | 119 | 46 | 33 |
| Octal | 241 | 52 | 332 | 32 | 121 | 0 | 17 | 431 | 106 | 63 |
| Binary | 10100001 | 101010 | 11011010 | 11010 | 1010001 | 0 | 1111 | 100011001 | 1000110 | 110011 |
Color Harmonies of #A12ADA
Complementary color
Monochromatic Colors of #A12ADA
Black with #A12ADA
Text Example
Text Example
White with #A12ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12ADA; }
p { color: rgb(161,42,218); }
H1.HeaderClassName
{
color: #A12ADA;
}
.AnyTagClassName
{
color: #A12ADA;
}
</style>
background-color css
<style>
a { background-color: #A12ADA; }
a { background-color: rgb(161,42,218); }
div.DivClassName
{
background-color: #A12ADA;
}
.BgClassName
{
background-color: #A12ADA;
}
</style>
border-color css
<style>
span { border-color: #A12ADA; }
span { border-color: rgb(161,42,218); }
td.TdClassName
{
border-color: #A12ADA;
}
.TagClassName
{
border-color: #A12ADA;
}
</style>