Shades of Dark Orchid #AA3FDF
Tints of Dark Orchid #AA3FDF
RGB
CMYK
RGB Variations
Color information
#AA3FDF (or 0xAA3FDF) is known color: Dark Orchid. HEX triplet: AA, 3F and DF. RGB value is (170,63,223). Sum of RGB (Red+Green+Blue) = 170+63+223=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FDF is #55C020. Grayscale: #707070. Windows color (decimal): -5619745 or 14630826. OLE color: 14630826.
HSL color Cylindrical-coordinate representation of color #AA3FDF: hue angle of 280.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3FDF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 63 | 223 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.13 |
| HSL | 280.13º | 0.71% | 0.56% | - |
| HSV(B) | 280.13º | 0.72% | 0.87% | - |
| XYZ | 31.67 | 17.43 | 71.51 | - |
| YUV | 113.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 223 | 0.24 | 0.72 | 0 | 0.13 | 280.13 | 0.71 | 0.56 |
| Hex | AA | 3F | DF | 18 | 48 | 0 | D | 118 | 47 | 38 |
| Octal | 252 | 77 | 337 | 30 | 110 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101010 | 111111 | 11011111 | 11000 | 1001000 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #AA3FDF
Complementary color
Monochromatic Colors of #AA3FDF
Black with #AA3FDF
Text Example
Text Example
White with #AA3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FDF; }
p { color: rgb(170,63,223); }
H1.HeaderClassName
{
color: #AA3FDF;
}
.AnyTagClassName
{
color: #AA3FDF;
}
</style>
background-color css
<style>
a { background-color: #AA3FDF; }
a { background-color: rgb(170,63,223); }
div.DivClassName
{
background-color: #AA3FDF;
}
.BgClassName
{
background-color: #AA3FDF;
}
</style>
border-color css
<style>
span { border-color: #AA3FDF; }
span { border-color: rgb(170,63,223); }
td.TdClassName
{
border-color: #AA3FDF;
}
.TagClassName
{
border-color: #AA3FDF;
}
</style>