Shades of Dark Orchid #A927E1
Tints of Dark Orchid #A927E1
RGB
CMYK
RGB Variations
Color information
#A927E1 (or 0xA927E1) is known color: Dark Orchid. HEX triplet: A9, 27 and E1. RGB value is (169,39,225). Sum of RGB (Red+Green+Blue) = 169+39+225=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #A927E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927E1 is #56D81E. Grayscale: #626262. Windows color (decimal): -5691423 or 14755753. OLE color: 14755753.
HSL color Cylindrical-coordinate representation of color #A927E1: hue angle of 281.94º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A927E1 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 39 | 225 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.12 |
| HSL | 281.94º | 0.76% | 0.52% | - |
| HSV(B) | 281.94º | 0.83% | 0.88% | - |
| XYZ | 30.68 | 15.32 | 72.57 | - |
| YUV | 99.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 225 | 0.25 | 0.83 | 0 | 0.12 | 281.94 | 0.76 | 0.52 |
| Hex | A9 | 27 | E1 | 19 | 53 | 0 | C | 11A | 4C | 34 |
| Octal | 251 | 47 | 341 | 31 | 123 | 0 | 14 | 432 | 114 | 64 |
| Binary | 10101001 | 100111 | 11100001 | 11001 | 1010011 | 0 | 1100 | 100011010 | 1001100 | 110100 |
Color Harmonies of #A927E1
Complementary color
Monochromatic Colors of #A927E1
Black with #A927E1
Text Example
Text Example
White with #A927E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A927E1; }
p { color: rgb(169,39,225); }
H1.HeaderClassName
{
color: #A927E1;
}
.AnyTagClassName
{
color: #A927E1;
}
</style>
background-color css
<style>
a { background-color: #A927E1; }
a { background-color: rgb(169,39,225); }
div.DivClassName
{
background-color: #A927E1;
}
.BgClassName
{
background-color: #A927E1;
}
</style>
border-color css
<style>
span { border-color: #A927E1; }
span { border-color: rgb(169,39,225); }
td.TdClassName
{
border-color: #A927E1;
}
.TagClassName
{
border-color: #A927E1;
}
</style>