Shades of Dark Orchid #A91CE2
Tints of Dark Orchid #A91CE2
RGB
CMYK
RGB Variations
Color information
#A91CE2 (or 0xA91CE2) is known color: Dark Orchid. HEX triplet: A9, 1C and E2. RGB value is (169,28,226). Sum of RGB (Red+Green+Blue) = 169+28+226=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #A91CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CE2 is #56E31D. Grayscale: #5C5C5C. Windows color (decimal): -5694238 or 14818473. OLE color: 14818473.
HSL color Cylindrical-coordinate representation of color #A91CE2: hue angle of 282.73º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CE2 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 28 | 226 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.11 |
| HSL | 282.73º | 0.78% | 0.5% | - |
| HSV(B) | 282.73º | 0.88% | 0.89% | - |
| XYZ | 30.5 | 14.76 | 73.19 | - |
| YUV | 92.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 226 | 0.25 | 0.88 | 0 | 0.11 | 282.73 | 0.78 | 0.5 |
| Hex | A9 | 1C | E2 | 19 | 58 | 0 | B | 11B | 4E | 32 |
| Octal | 251 | 34 | 342 | 31 | 130 | 0 | 13 | 433 | 116 | 62 |
| Binary | 10101001 | 11100 | 11100010 | 11001 | 1011000 | 0 | 1011 | 100011011 | 1001110 | 110010 |
Color Harmonies of #A91CE2
Complementary color
Monochromatic Colors of #A91CE2
Black with #A91CE2
Text Example
Text Example
White with #A91CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CE2; }
p { color: rgb(169,28,226); }
H1.HeaderClassName
{
color: #A91CE2;
}
.AnyTagClassName
{
color: #A91CE2;
}
</style>
background-color css
<style>
a { background-color: #A91CE2; }
a { background-color: rgb(169,28,226); }
div.DivClassName
{
background-color: #A91CE2;
}
.BgClassName
{
background-color: #A91CE2;
}
</style>
border-color css
<style>
span { border-color: #A91CE2; }
span { border-color: rgb(169,28,226); }
td.TdClassName
{
border-color: #A91CE2;
}
.TagClassName
{
border-color: #A91CE2;
}
</style>