Shades of Dark Orchid #A12FAA
Tints of Dark Orchid #A12FAA
RGB
CMYK
RGB Variations
Color information
#A12FAA (or 0xA12FAA) is known color: Dark Orchid. HEX triplet: A1, 2F and AA. RGB value is (161,47,170). Sum of RGB (Red+Green+Blue) = 161+47+170=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A12FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FAA is #5ED055. Grayscale: #5E5E5E. Windows color (decimal): -6213718 or 11153313. OLE color: 11153313.
HSL color Cylindrical-coordinate representation of color #A12FAA: hue angle of 295.61º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12FAA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 47 | 170 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.33 |
| HSL | 295.61º | 0.57% | 0.43% | - |
| HSV(B) | 295.61º | 0.72% | 0.67% | - |
| XYZ | 22.97 | 12.51 | 39.23 | - |
| YUV | 95.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 170 | 0.05 | 0.72 | 0 | 0.33 | 295.61 | 0.57 | 0.43 |
| Hex | A1 | 2F | AA | 5 | 48 | 0 | 21 | 128 | 39 | 2B |
| Octal | 241 | 57 | 252 | 5 | 110 | 0 | 41 | 450 | 71 | 53 |
| Binary | 10100001 | 101111 | 10101010 | 101 | 1001000 | 0 | 100001 | 100101000 | 111001 | 101011 |
Color Harmonies of #A12FAA
Complementary color
Monochromatic Colors of #A12FAA
Black with #A12FAA
Text Example
Text Example
White with #A12FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FAA; }
p { color: rgb(161,47,170); }
H1.HeaderClassName
{
color: #A12FAA;
}
.AnyTagClassName
{
color: #A12FAA;
}
</style>
background-color css
<style>
a { background-color: #A12FAA; }
a { background-color: rgb(161,47,170); }
div.DivClassName
{
background-color: #A12FAA;
}
.BgClassName
{
background-color: #A12FAA;
}
</style>
border-color css
<style>
span { border-color: #A12FAA; }
span { border-color: rgb(161,47,170); }
td.TdClassName
{
border-color: #A12FAA;
}
.TagClassName
{
border-color: #A12FAA;
}
</style>