Shades of Dark Orchid #A93BE4
Tints of Dark Orchid #A93BE4
RGB
CMYK
RGB Variations
Color information
#A93BE4 (or 0xA93BE4) is known color: Dark Orchid. HEX triplet: A9, 3B and E4. RGB value is (169,59,228). Sum of RGB (Red+Green+Blue) = 169+59+228=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #A93BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BE4 is #56C41B. Grayscale: #6E6E6E. Windows color (decimal): -5686300 or 14957481. OLE color: 14957481.
HSL color Cylindrical-coordinate representation of color #A93BE4: hue angle of 279.05º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93BE4 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 59 | 228 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.11 |
| HSL | 279.05º | 0.76% | 0.56% | - |
| HSV(B) | 279.05º | 0.74% | 0.89% | - |
| XYZ | 31.93 | 17.16 | 75.03 | - |
| YUV | 111.16 | 193.94 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 228 | 0.26 | 0.74 | 0 | 0.11 | 279.05 | 0.76 | 0.56 |
| Hex | A9 | 3B | E4 | 1A | 4A | 0 | B | 117 | 4C | 38 |
| Octal | 251 | 73 | 344 | 32 | 112 | 0 | 13 | 427 | 114 | 70 |
| Binary | 10101001 | 111011 | 11100100 | 11010 | 1001010 | 0 | 1011 | 100010111 | 1001100 | 111000 |
Color Harmonies of #A93BE4
Complementary color
Monochromatic Colors of #A93BE4
Black with #A93BE4
Text Example
Text Example
White with #A93BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BE4; }
p { color: rgb(169,59,228); }
H1.HeaderClassName
{
color: #A93BE4;
}
.AnyTagClassName
{
color: #A93BE4;
}
</style>
background-color css
<style>
a { background-color: #A93BE4; }
a { background-color: rgb(169,59,228); }
div.DivClassName
{
background-color: #A93BE4;
}
.BgClassName
{
background-color: #A93BE4;
}
</style>
border-color css
<style>
span { border-color: #A93BE4; }
span { border-color: rgb(169,59,228); }
td.TdClassName
{
border-color: #A93BE4;
}
.TagClassName
{
border-color: #A93BE4;
}
</style>