Shades of Dark Orchid #A744E9
Tints of Dark Orchid #A744E9
RGB
CMYK
RGB Variations
Color information
#A744E9 (or 0xA744E9) is known color: Dark Orchid. HEX triplet: A7, 44 and E9. RGB value is (167,68,233). Sum of RGB (Red+Green+Blue) = 167+68+233=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #A744E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A744E9 is #58BB16. Grayscale: #737373. Windows color (decimal): -5815063 or 15287463. OLE color: 15287463.
HSL color Cylindrical-coordinate representation of color #A744E9: hue angle of 276º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A744E9 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 68 | 233 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.09 |
| HSL | 276º | 0.79% | 0.59% | - |
| HSV(B) | 276º | 0.71% | 0.91% | - |
| XYZ | 32.71 | 18.23 | 78.89 | - |
| YUV | 116.41 | 193.8 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 233 | 0.28 | 0.71 | 0 | 0.09 | 276 | 0.79 | 0.59 |
| Hex | A7 | 44 | E9 | 1C | 47 | 0 | 9 | 114 | 4F | 3B |
| Octal | 247 | 104 | 351 | 34 | 107 | 0 | 11 | 424 | 117 | 73 |
| Binary | 10100111 | 1000100 | 11101001 | 11100 | 1000111 | 0 | 1001 | 100010100 | 1001111 | 111011 |
Color Harmonies of #A744E9
Complementary color
Monochromatic Colors of #A744E9
Black with #A744E9
Text Example
Text Example
White with #A744E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744E9; }
p { color: rgb(167,68,233); }
H1.HeaderClassName
{
color: #A744E9;
}
.AnyTagClassName
{
color: #A744E9;
}
</style>
background-color css
<style>
a { background-color: #A744E9; }
a { background-color: rgb(167,68,233); }
div.DivClassName
{
background-color: #A744E9;
}
.BgClassName
{
background-color: #A744E9;
}
</style>
border-color css
<style>
span { border-color: #A744E9; }
span { border-color: rgb(167,68,233); }
td.TdClassName
{
border-color: #A744E9;
}
.TagClassName
{
border-color: #A744E9;
}
</style>