Shades of Dark Orchid #A938E5
Tints of Dark Orchid #A938E5
RGB
CMYK
RGB Variations
Color information
#A938E5 (or 0xA938E5) is known color: Dark Orchid. HEX triplet: A9, 38 and E5. RGB value is (169,56,229). Sum of RGB (Red+Green+Blue) = 169+56+229=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #A938E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938E5 is #56C71A. Grayscale: #6C6C6C. Windows color (decimal): -5687067 or 15022249. OLE color: 15022249.
HSL color Cylindrical-coordinate representation of color #A938E5: hue angle of 279.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A938E5 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 56 | 229 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.10 |
| HSL | 279.19º | 0.77% | 0.56% | - |
| HSV(B) | 279.19º | 0.76% | 0.9% | - |
| XYZ | 31.92 | 16.92 | 75.71 | - |
| YUV | 109.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 229 | 0.26 | 0.76 | 0 | 0.10 | 279.19 | 0.77 | 0.56 |
| Hex | A9 | 38 | E5 | 1A | 4C | 0 | A | 117 | 4D | 38 |
| Octal | 251 | 70 | 345 | 32 | 114 | 0 | 12 | 427 | 115 | 70 |
| Binary | 10101001 | 111000 | 11100101 | 11010 | 1001100 | 0 | 1010 | 100010111 | 1001101 | 111000 |
Color Harmonies of #A938E5
Complementary color
Monochromatic Colors of #A938E5
Black with #A938E5
Text Example
Text Example
White with #A938E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A938E5; }
p { color: rgb(169,56,229); }
H1.HeaderClassName
{
color: #A938E5;
}
.AnyTagClassName
{
color: #A938E5;
}
</style>
background-color css
<style>
a { background-color: #A938E5; }
a { background-color: rgb(169,56,229); }
div.DivClassName
{
background-color: #A938E5;
}
.BgClassName
{
background-color: #A938E5;
}
</style>
border-color css
<style>
span { border-color: #A938E5; }
span { border-color: rgb(169,56,229); }
td.TdClassName
{
border-color: #A938E5;
}
.TagClassName
{
border-color: #A938E5;
}
</style>