Shades of Dark Orchid #AA2FBA
Tints of Dark Orchid #AA2FBA
RGB
CMYK
RGB Variations
Color information
#AA2FBA (or 0xAA2FBA) is known color: Dark Orchid. HEX triplet: AA, 2F and BA. RGB value is (170,47,186). Sum of RGB (Red+Green+Blue) = 170+47+186=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FBA is #55D045. Grayscale: #636363. Windows color (decimal): -5623878 or 12201898. OLE color: 12201898.
HSL color Cylindrical-coordinate representation of color #AA2FBA: hue angle of 293.09º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2FBA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 47 | 186 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.27 |
| HSL | 293.09º | 0.6% | 0.46% | - |
| HSV(B) | 293.09º | 0.75% | 0.73% | - |
| XYZ | 26.46 | 14.12 | 47.79 | - |
| YUV | 99.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 186 | 0.09 | 0.75 | 0 | 0.27 | 293.09 | 0.6 | 0.46 |
| Hex | AA | 2F | BA | 9 | 4B | 0 | 1B | 125 | 3C | 2E |
| Octal | 252 | 57 | 272 | 11 | 113 | 0 | 33 | 445 | 74 | 56 |
| Binary | 10101010 | 101111 | 10111010 | 1001 | 1001011 | 0 | 11011 | 100100101 | 111100 | 101110 |
Color Harmonies of #AA2FBA
Complementary color
Monochromatic Colors of #AA2FBA
Black with #AA2FBA
Text Example
Text Example
White with #AA2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FBA; }
p { color: rgb(170,47,186); }
H1.HeaderClassName
{
color: #AA2FBA;
}
.AnyTagClassName
{
color: #AA2FBA;
}
</style>
background-color css
<style>
a { background-color: #AA2FBA; }
a { background-color: rgb(170,47,186); }
div.DivClassName
{
background-color: #AA2FBA;
}
.BgClassName
{
background-color: #AA2FBA;
}
</style>
border-color css
<style>
span { border-color: #AA2FBA; }
span { border-color: rgb(170,47,186); }
td.TdClassName
{
border-color: #AA2FBA;
}
.TagClassName
{
border-color: #AA2FBA;
}
</style>