Shades of Dark Orchid #A027AC
Tints of Dark Orchid #A027AC
RGB
CMYK
RGB Variations
Color information
#A027AC (or 0xA027AC) is known color: Dark Orchid. HEX triplet: A0, 27 and AC. RGB value is (160,39,172). Sum of RGB (Red+Green+Blue) = 160+39+172=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A027AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A027AC is #5FD853. Grayscale: #595959. Windows color (decimal): -6281300 or 11282336. OLE color: 11282336.
HSL color Cylindrical-coordinate representation of color #A027AC: hue angle of 294.59º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A027AC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 39 | 172 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.33 |
| HSL | 294.59º | 0.63% | 0.41% | - |
| HSV(B) | 294.59º | 0.77% | 0.67% | - |
| XYZ | 22.67 | 11.9 | 40.13 | - |
| YUV | 90.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 172 | 0.07 | 0.77 | 0 | 0.33 | 294.59 | 0.63 | 0.41 |
| Hex | A0 | 27 | AC | 7 | 4D | 0 | 21 | 127 | 3F | 29 |
| Octal | 240 | 47 | 254 | 7 | 115 | 0 | 41 | 447 | 77 | 51 |
| Binary | 10100000 | 100111 | 10101100 | 111 | 1001101 | 0 | 100001 | 100100111 | 111111 | 101001 |
Color Harmonies of #A027AC
Complementary color
Monochromatic Colors of #A027AC
Black with #A027AC
Text Example
Text Example
White with #A027AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027AC; }
p { color: rgb(160,39,172); }
H1.HeaderClassName
{
color: #A027AC;
}
.AnyTagClassName
{
color: #A027AC;
}
</style>
background-color css
<style>
a { background-color: #A027AC; }
a { background-color: rgb(160,39,172); }
div.DivClassName
{
background-color: #A027AC;
}
.BgClassName
{
background-color: #A027AC;
}
</style>
border-color css
<style>
span { border-color: #A027AC; }
span { border-color: rgb(160,39,172); }
td.TdClassName
{
border-color: #A027AC;
}
.TagClassName
{
border-color: #A027AC;
}
</style>