Shades of Dark Orchid #A93EEB
Tints of Dark Orchid #A93EEB
RGB
CMYK
RGB Variations
Color information
#A93EEB (or 0xA93EEB) is known color: Dark Orchid. HEX triplet: A9, 3E and EB. RGB value is (169,62,235). Sum of RGB (Red+Green+Blue) = 169+62+235=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #A93EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93EEB is #56C114. Grayscale: #717171. Windows color (decimal): -5685525 or 15417001. OLE color: 15417001.
HSL color Cylindrical-coordinate representation of color #A93EEB: hue angle of 277.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93EEB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 62 | 235 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.08 |
| HSL | 277.11º | 0.81% | 0.58% | - |
| HSV(B) | 277.11º | 0.74% | 0.92% | - |
| XYZ | 33.08 | 17.88 | 80.3 | - |
| YUV | 113.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 235 | 0.28 | 0.74 | 0 | 0.08 | 277.11 | 0.81 | 0.58 |
| Hex | A9 | 3E | EB | 1C | 4A | 0 | 8 | 115 | 51 | 3A |
| Octal | 251 | 76 | 353 | 34 | 112 | 0 | 10 | 425 | 121 | 72 |
| Binary | 10101001 | 111110 | 11101011 | 11100 | 1001010 | 0 | 1000 | 100010101 | 1010001 | 111010 |
Color Harmonies of #A93EEB
Complementary color
Monochromatic Colors of #A93EEB
Black with #A93EEB
Text Example
Text Example
White with #A93EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93EEB; }
p { color: rgb(169,62,235); }
H1.HeaderClassName
{
color: #A93EEB;
}
.AnyTagClassName
{
color: #A93EEB;
}
</style>
background-color css
<style>
a { background-color: #A93EEB; }
a { background-color: rgb(169,62,235); }
div.DivClassName
{
background-color: #A93EEB;
}
.BgClassName
{
background-color: #A93EEB;
}
</style>
border-color css
<style>
span { border-color: #A93EEB; }
span { border-color: rgb(169,62,235); }
td.TdClassName
{
border-color: #A93EEB;
}
.TagClassName
{
border-color: #A93EEB;
}
</style>