Shades of Dark Orchid #AA2FCA
Tints of Dark Orchid #AA2FCA
RGB
CMYK
RGB Variations
Color information
#AA2FCA (or 0xAA2FCA) is known color: Dark Orchid. HEX triplet: AA, 2F and CA. RGB value is (170,47,202). Sum of RGB (Red+Green+Blue) = 170+47+202=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA2FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCA is #55D035. Grayscale: #646464. Windows color (decimal): -5623862 or 13250474. OLE color: 13250474.
HSL color Cylindrical-coordinate representation of color #AA2FCA: hue angle of 287.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2FCA is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 47 | 202 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.21 |
| HSL | 287.61º | 0.62% | 0.49% | - |
| HSV(B) | 287.61º | 0.77% | 0.79% | - |
| XYZ | 28.25 | 14.84 | 57.25 | - |
| YUV | 101.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 202 | 0.16 | 0.77 | 0 | 0.21 | 287.61 | 0.62 | 0.49 |
| Hex | AA | 2F | CA | 10 | 4D | 0 | 15 | 120 | 3E | 31 |
| Octal | 252 | 57 | 312 | 20 | 115 | 0 | 25 | 440 | 76 | 61 |
| Binary | 10101010 | 101111 | 11001010 | 10000 | 1001101 | 0 | 10101 | 100100000 | 111110 | 110001 |
Color Harmonies of #AA2FCA
Complementary color
Monochromatic Colors of #AA2FCA
Black with #AA2FCA
Text Example
Text Example
White with #AA2FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FCA; }
p { color: rgb(170,47,202); }
H1.HeaderClassName
{
color: #AA2FCA;
}
.AnyTagClassName
{
color: #AA2FCA;
}
</style>
background-color css
<style>
a { background-color: #AA2FCA; }
a { background-color: rgb(170,47,202); }
div.DivClassName
{
background-color: #AA2FCA;
}
.BgClassName
{
background-color: #AA2FCA;
}
</style>
border-color css
<style>
span { border-color: #AA2FCA; }
span { border-color: rgb(170,47,202); }
td.TdClassName
{
border-color: #AA2FCA;
}
.TagClassName
{
border-color: #AA2FCA;
}
</style>