Shades of Dark Orchid #A744E7
Tints of Dark Orchid #A744E7
RGB
CMYK
RGB Variations
Color information
#A744E7 (or 0xA744E7) is known color: Dark Orchid. HEX triplet: A7, 44 and E7. RGB value is (167,68,231). Sum of RGB (Red+Green+Blue) = 167+68+231=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #A744E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A744E7 is #58BB18. Grayscale: #737373. Windows color (decimal): -5815065 or 15156391. OLE color: 15156391.
HSL color Cylindrical-coordinate representation of color #A744E7: hue angle of 276.44º degrees, saturation: 0.77, 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 #A744E7 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 68 | 231 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.09 |
| HSL | 276.44º | 0.77% | 0.59% | - |
| HSV(B) | 276.44º | 0.71% | 0.91% | - |
| XYZ | 32.43 | 18.12 | 77.39 | - |
| YUV | 116.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 231 | 0.28 | 0.71 | 0 | 0.09 | 276.44 | 0.77 | 0.59 |
| Hex | A7 | 44 | E7 | 1C | 47 | 0 | 9 | 114 | 4D | 3B |
| Octal | 247 | 104 | 347 | 34 | 107 | 0 | 11 | 424 | 115 | 73 |
| Binary | 10100111 | 1000100 | 11100111 | 11100 | 1000111 | 0 | 1001 | 100010100 | 1001101 | 111011 |
Color Harmonies of #A744E7
Complementary color
Monochromatic Colors of #A744E7
Black with #A744E7
Text Example
Text Example
White with #A744E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744E7; }
p { color: rgb(167,68,231); }
H1.HeaderClassName
{
color: #A744E7;
}
.AnyTagClassName
{
color: #A744E7;
}
</style>
background-color css
<style>
a { background-color: #A744E7; }
a { background-color: rgb(167,68,231); }
div.DivClassName
{
background-color: #A744E7;
}
.BgClassName
{
background-color: #A744E7;
}
</style>
border-color css
<style>
span { border-color: #A744E7; }
span { border-color: rgb(167,68,231); }
td.TdClassName
{
border-color: #A744E7;
}
.TagClassName
{
border-color: #A744E7;
}
</style>