Shades of Dark Orchid #AA2FB2
Tints of Dark Orchid #AA2FB2
RGB
CMYK
RGB Variations
Color information
#AA2FB2 (or 0xAA2FB2) is known color: Dark Orchid. HEX triplet: AA, 2F and B2. RGB value is (170,47,178). Sum of RGB (Red+Green+Blue) = 170+47+178=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA2FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FB2 is #55D04D. Grayscale: #626262. Windows color (decimal): -5623886 or 11677610. OLE color: 11677610.
HSL color Cylindrical-coordinate representation of color #AA2FB2: hue angle of 296.34º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2FB2 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 47 | 178 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.30 |
| HSL | 296.34º | 0.58% | 0.44% | - |
| HSV(B) | 296.34º | 0.74% | 0.7% | - |
| XYZ | 25.63 | 13.79 | 43.43 | - |
| YUV | 98.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 178 | 0.04 | 0.74 | 0 | 0.30 | 296.34 | 0.58 | 0.44 |
| Hex | AA | 2F | B2 | 4 | 4A | 0 | 1E | 128 | 3A | 2C |
| Octal | 252 | 57 | 262 | 4 | 112 | 0 | 36 | 450 | 72 | 54 |
| Binary | 10101010 | 101111 | 10110010 | 100 | 1001010 | 0 | 11110 | 100101000 | 111010 | 101100 |
Color Harmonies of #AA2FB2
Complementary color
Monochromatic Colors of #AA2FB2
Black with #AA2FB2
Text Example
Text Example
White with #AA2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FB2; }
p { color: rgb(170,47,178); }
H1.HeaderClassName
{
color: #AA2FB2;
}
.AnyTagClassName
{
color: #AA2FB2;
}
</style>
background-color css
<style>
a { background-color: #AA2FB2; }
a { background-color: rgb(170,47,178); }
div.DivClassName
{
background-color: #AA2FB2;
}
.BgClassName
{
background-color: #AA2FB2;
}
</style>
border-color css
<style>
span { border-color: #AA2FB2; }
span { border-color: rgb(170,47,178); }
td.TdClassName
{
border-color: #AA2FB2;
}
.TagClassName
{
border-color: #AA2FB2;
}
</style>