Shades of Dark Orchid #AC1FAA
Tints of Dark Orchid #AC1FAA
RGB
CMYK
RGB Variations
Color information
#AC1FAA (or 0xAC1FAA) is known color: Dark Orchid. HEX triplet: AC, 1F and AA. RGB value is (172,31,170). Sum of RGB (Red+Green+Blue) = 172+31+170=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FAA is #53E055. Grayscale: #585858. Windows color (decimal): -5496918 or 11149228. OLE color: 11149228.
HSL color Cylindrical-coordinate representation of color #AC1FAA: hue angle of 300.85º 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 #AC1FAA is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 31 | 170 | - |
CMYK | 0 | 0.82 | 0.01 | 0.33 |
HSL | 300.85º | 0.69% | 0.4% | - |
HSV(B) | 300.85º | 0.82% | 0.67% | - |
XYZ | 24.76 | 12.65 | 39.17 | - |
YUV | 89.01 | 173.71 | 187.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 31 | 170 | 0 | 0.82 | 0.01 | 0.33 | 300.85 | 0.69 | 0.4 |
Hex | AC | 1F | AA | 0 | 52 | 1 | 21 | 12D | 45 | 28 |
Octal | 254 | 37 | 252 | 0 | 122 | 1 | 41 | 455 | 105 | 50 |
Binary | 10101100 | 11111 | 10101010 | 0 | 1010010 | 1 | 100001 | 100101101 | 1000101 | 101000 |
Color Harmonies of #AC1FAA
Complementary color
Monochromatic Colors of #AC1FAA
Black with #AC1FAA
Text Example
Text Example
White with #AC1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1FAA; }
p { color: rgb(172,31,170); }
H1.HeaderClassName
{
color: #AC1FAA;
}
.AnyTagClassName
{
color: #AC1FAA;
}
</style>
background-color css
<style>
a { background-color: #AC1FAA; }
a { background-color: rgb(172,31,170); }
div.DivClassName
{
background-color: #AC1FAA;
}
.BgClassName
{
background-color: #AC1FAA;
}
</style>
border-color css
<style>
span { border-color: #AC1FAA; }
span { border-color: rgb(172,31,170); }
td.TdClassName
{
border-color: #AC1FAA;
}
.TagClassName
{
border-color: #AC1FAA;
}
</style>