Shades of Dark Orchid #A027B7
Tints of Dark Orchid #A027B7
RGB
CMYK
RGB Variations
Color information
#A027B7 (or 0xA027B7) is known color: Dark Orchid. HEX triplet: A0, 27 and B7. RGB value is (160,39,183). Sum of RGB (Red+Green+Blue) = 160+39+183=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #A027B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027B7 is #5FD848. Grayscale: #5B5B5B. Windows color (decimal): -6281289 or 12003232. OLE color: 12003232.
HSL color Cylindrical-coordinate representation of color #A027B7: hue angle of 290.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A027B7 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 39 | 183 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.28 |
| HSL | 290.42º | 0.65% | 0.44% | - |
| HSV(B) | 290.42º | 0.79% | 0.72% | - |
| XYZ | 23.77 | 12.34 | 45.93 | - |
| YUV | 91.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 183 | 0.13 | 0.79 | 0 | 0.28 | 290.42 | 0.65 | 0.44 |
| Hex | A0 | 27 | B7 | D | 4F | 0 | 1C | 122 | 41 | 2C |
| Octal | 240 | 47 | 267 | 15 | 117 | 0 | 34 | 442 | 101 | 54 |
| Binary | 10100000 | 100111 | 10110111 | 1101 | 1001111 | 0 | 11100 | 100100010 | 1000001 | 101100 |
Color Harmonies of #A027B7
Complementary color
Monochromatic Colors of #A027B7
Black with #A027B7
Text Example
Text Example
White with #A027B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027B7; }
p { color: rgb(160,39,183); }
H1.HeaderClassName
{
color: #A027B7;
}
.AnyTagClassName
{
color: #A027B7;
}
</style>
background-color css
<style>
a { background-color: #A027B7; }
a { background-color: rgb(160,39,183); }
div.DivClassName
{
background-color: #A027B7;
}
.BgClassName
{
background-color: #A027B7;
}
</style>
border-color css
<style>
span { border-color: #A027B7; }
span { border-color: rgb(160,39,183); }
td.TdClassName
{
border-color: #A027B7;
}
.TagClassName
{
border-color: #A027B7;
}
</style>