Shades of Dark Orchid #A027BD
Tints of Dark Orchid #A027BD
RGB
CMYK
RGB Variations
Color information
#A027BD (or 0xA027BD) is known color: Dark Orchid. HEX triplet: A0, 27 and BD. RGB value is (160,39,189). Sum of RGB (Red+Green+Blue) = 160+39+189=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #A027BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027BD is #5FD842. Grayscale: #5B5B5B. Windows color (decimal): -6281283 or 12396448. OLE color: 12396448.
HSL color Cylindrical-coordinate representation of color #A027BD: hue angle of 288.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A027BD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 39 | 189 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.26 |
| HSL | 288.4º | 0.66% | 0.45% | - |
| HSV(B) | 288.4º | 0.79% | 0.74% | - |
| XYZ | 24.41 | 12.6 | 49.29 | - |
| YUV | 92.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 189 | 0.15 | 0.79 | 0 | 0.26 | 288.4 | 0.66 | 0.45 |
| Hex | A0 | 27 | BD | F | 4F | 0 | 1A | 120 | 42 | 2D |
| Octal | 240 | 47 | 275 | 17 | 117 | 0 | 32 | 440 | 102 | 55 |
| Binary | 10100000 | 100111 | 10111101 | 1111 | 1001111 | 0 | 11010 | 100100000 | 1000010 | 101101 |
Color Harmonies of #A027BD
Complementary color
Monochromatic Colors of #A027BD
Black with #A027BD
Text Example
Text Example
White with #A027BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027BD; }
p { color: rgb(160,39,189); }
H1.HeaderClassName
{
color: #A027BD;
}
.AnyTagClassName
{
color: #A027BD;
}
</style>
background-color css
<style>
a { background-color: #A027BD; }
a { background-color: rgb(160,39,189); }
div.DivClassName
{
background-color: #A027BD;
}
.BgClassName
{
background-color: #A027BD;
}
</style>
border-color css
<style>
span { border-color: #A027BD; }
span { border-color: rgb(160,39,189); }
td.TdClassName
{
border-color: #A027BD;
}
.TagClassName
{
border-color: #A027BD;
}
</style>