Shades of Dark Orchid #AA1FAC
Tints of Dark Orchid #AA1FAC
RGB
CMYK
RGB Variations
Color information
#AA1FAC (or 0xAA1FAC) is known color: Dark Orchid. HEX triplet: AA, 1F and AC. RGB value is (170,31,172). Sum of RGB (Red+Green+Blue) = 170+31+172=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FAC is #55E053. Grayscale: #585858. Windows color (decimal): -5627988 or 11280298. OLE color: 11280298.
HSL color Cylindrical-coordinate representation of color #AA1FAC: hue angle of 299.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1FAC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 31 | 172 | - |
CMYK | 0.01 | 0.82 | 0 | 0.33 |
HSL | 299.15º | 0.69% | 0.4% | - |
HSV(B) | 299.15º | 0.82% | 0.67% | - |
XYZ | 24.51 | 12.5 | 40.15 | - |
YUV | 88.64 | 175.05 | 186.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 31 | 172 | 0.01 | 0.82 | 0 | 0.33 | 299.15 | 0.69 | 0.4 |
Hex | AA | 1F | AC | 1 | 52 | 0 | 21 | 12B | 45 | 28 |
Octal | 252 | 37 | 254 | 1 | 122 | 0 | 41 | 453 | 105 | 50 |
Binary | 10101010 | 11111 | 10101100 | 1 | 1010010 | 0 | 100001 | 100101011 | 1000101 | 101000 |
Color Harmonies of #AA1FAC
Complementary color
Monochromatic Colors of #AA1FAC
Black with #AA1FAC
Text Example
Text Example
White with #AA1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FAC; }
p { color: rgb(170,31,172); }
H1.HeaderClassName
{
color: #AA1FAC;
}
.AnyTagClassName
{
color: #AA1FAC;
}
</style>
background-color css
<style>
a { background-color: #AA1FAC; }
a { background-color: rgb(170,31,172); }
div.DivClassName
{
background-color: #AA1FAC;
}
.BgClassName
{
background-color: #AA1FAC;
}
</style>
border-color css
<style>
span { border-color: #AA1FAC; }
span { border-color: rgb(170,31,172); }
td.TdClassName
{
border-color: #AA1FAC;
}
.TagClassName
{
border-color: #AA1FAC;
}
</style>