Shades of Dark Orchid #A91CE4
Tints of Dark Orchid #A91CE4
RGB
CMYK
RGB Variations
Color information
#A91CE4 (or 0xA91CE4) is known color: Dark Orchid. HEX triplet: A9, 1C and E4. RGB value is (169,28,228). Sum of RGB (Red+Green+Blue) = 169+28+228=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #A91CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CE4 is #56E31B. Grayscale: #5C5C5C. Windows color (decimal): -5694236 or 14949545. OLE color: 14949545.
HSL color Cylindrical-coordinate representation of color #A91CE4: hue angle of 282.3º degrees, saturation: 0.79, 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 #A91CE4 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 28 | 228 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.11 |
| HSL | 282.3º | 0.79% | 0.5% | - |
| HSV(B) | 282.3º | 0.88% | 0.89% | - |
| XYZ | 30.78 | 14.87 | 74.65 | - |
| YUV | 92.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 228 | 0.26 | 0.88 | 0 | 0.11 | 282.3 | 0.79 | 0.5 |
| Hex | A9 | 1C | E4 | 1A | 58 | 0 | B | 11A | 4F | 32 |
| Octal | 251 | 34 | 344 | 32 | 130 | 0 | 13 | 432 | 117 | 62 |
| Binary | 10101001 | 11100 | 11100100 | 11010 | 1011000 | 0 | 1011 | 100011010 | 1001111 | 110010 |
Color Harmonies of #A91CE4
Complementary color
Monochromatic Colors of #A91CE4
Black with #A91CE4
Text Example
Text Example
White with #A91CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CE4; }
p { color: rgb(169,28,228); }
H1.HeaderClassName
{
color: #A91CE4;
}
.AnyTagClassName
{
color: #A91CE4;
}
</style>
background-color css
<style>
a { background-color: #A91CE4; }
a { background-color: rgb(169,28,228); }
div.DivClassName
{
background-color: #A91CE4;
}
.BgClassName
{
background-color: #A91CE4;
}
</style>
border-color css
<style>
span { border-color: #A91CE4; }
span { border-color: rgb(169,28,228); }
td.TdClassName
{
border-color: #A91CE4;
}
.TagClassName
{
border-color: #A91CE4;
}
</style>