Shades of Dark Orchid #A927B1
Tints of Dark Orchid #A927B1
RGB
CMYK
RGB Variations
Color information
#A927B1 (or 0xA927B1) is known color: Dark Orchid. HEX triplet: A9, 27 and B1. RGB value is (169,39,177). Sum of RGB (Red+Green+Blue) = 169+39+177=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #A927B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A927B1 is #56D84E. Grayscale: #5D5D5D. Windows color (decimal): -5691471 or 11610025. OLE color: 11610025.
HSL color Cylindrical-coordinate representation of color #A927B1: hue angle of 296.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A927B1 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 39 | 177 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.31 |
| HSL | 296.52º | 0.64% | 0.42% | - |
| HSV(B) | 296.52º | 0.78% | 0.69% | - |
| XYZ | 25.02 | 13.06 | 42.8 | - |
| YUV | 93.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 177 | 0.05 | 0.78 | 0 | 0.31 | 296.52 | 0.64 | 0.42 |
| Hex | A9 | 27 | B1 | 5 | 4E | 0 | 1F | 129 | 40 | 2A |
| Octal | 251 | 47 | 261 | 5 | 116 | 0 | 37 | 451 | 100 | 52 |
| Binary | 10101001 | 100111 | 10110001 | 101 | 1001110 | 0 | 11111 | 100101001 | 1000000 | 101010 |
Color Harmonies of #A927B1
Complementary color
Monochromatic Colors of #A927B1
Black with #A927B1
Text Example
Text Example
White with #A927B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A927B1; }
p { color: rgb(169,39,177); }
H1.HeaderClassName
{
color: #A927B1;
}
.AnyTagClassName
{
color: #A927B1;
}
</style>
background-color css
<style>
a { background-color: #A927B1; }
a { background-color: rgb(169,39,177); }
div.DivClassName
{
background-color: #A927B1;
}
.BgClassName
{
background-color: #A927B1;
}
</style>
border-color css
<style>
span { border-color: #A927B1; }
span { border-color: rgb(169,39,177); }
td.TdClassName
{
border-color: #A927B1;
}
.TagClassName
{
border-color: #A927B1;
}
</style>