Shades of Dark Orchid #AA1FCF
Tints of Dark Orchid #AA1FCF
RGB
CMYK
RGB Variations
Color information
#AA1FCF (or 0xAA1FCF) is known color: Dark Orchid. HEX triplet: AA, 1F and CF. RGB value is (170,31,207). Sum of RGB (Red+Green+Blue) = 170+31+207=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FCF is #55E030. Grayscale: #5C5C5C. Windows color (decimal): -5627953 or 13574058. OLE color: 13574058.
HSL color Cylindrical-coordinate representation of color #AA1FCF: hue angle of 287.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1FCF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 31 | 207 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.19 |
| HSL | 287.39º | 0.74% | 0.47% | - |
| HSV(B) | 287.39º | 0.85% | 0.81% | - |
| XYZ | 28.33 | 14.03 | 60.25 | - |
| YUV | 92.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 207 | 0.18 | 0.85 | 0 | 0.19 | 287.39 | 0.74 | 0.47 |
| Hex | AA | 1F | CF | 12 | 55 | 0 | 13 | 11F | 4A | 2F |
| Octal | 252 | 37 | 317 | 22 | 125 | 0 | 23 | 437 | 112 | 57 |
| Binary | 10101010 | 11111 | 11001111 | 10010 | 1010101 | 0 | 10011 | 100011111 | 1001010 | 101111 |
Color Harmonies of #AA1FCF
Complementary color
Monochromatic Colors of #AA1FCF
Black with #AA1FCF
Text Example
Text Example
White with #AA1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FCF; }
p { color: rgb(170,31,207); }
H1.HeaderClassName
{
color: #AA1FCF;
}
.AnyTagClassName
{
color: #AA1FCF;
}
</style>
background-color css
<style>
a { background-color: #AA1FCF; }
a { background-color: rgb(170,31,207); }
div.DivClassName
{
background-color: #AA1FCF;
}
.BgClassName
{
background-color: #AA1FCF;
}
</style>
border-color css
<style>
span { border-color: #AA1FCF; }
span { border-color: rgb(170,31,207); }
td.TdClassName
{
border-color: #AA1FCF;
}
.TagClassName
{
border-color: #AA1FCF;
}
</style>