Shades of Dark Orchid #A744EA
Tints of Dark Orchid #A744EA
RGB
CMYK
RGB Variations
Color information
#A744EA (or 0xA744EA) is known color: Dark Orchid. HEX triplet: A7, 44 and EA. RGB value is (167,68,234). Sum of RGB (Red+Green+Blue) = 167+68+234=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #A744EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A744EA is #58BB15. Grayscale: #737373. Windows color (decimal): -5815062 or 15352999. OLE color: 15352999.
HSL color Cylindrical-coordinate representation of color #A744EA: hue angle of 275.78º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A744EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 68 | 234 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.08 |
| HSL | 275.78º | 0.8% | 0.59% | - |
| HSV(B) | 275.78º | 0.71% | 0.92% | - |
| XYZ | 32.85 | 18.29 | 79.64 | - |
| YUV | 116.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 234 | 0.29 | 0.71 | 0 | 0.08 | 275.78 | 0.8 | 0.59 |
| Hex | A7 | 44 | EA | 1D | 47 | 0 | 8 | 114 | 50 | 3B |
| Octal | 247 | 104 | 352 | 35 | 107 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10100111 | 1000100 | 11101010 | 11101 | 1000111 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A744EA
Complementary color
Monochromatic Colors of #A744EA
Black with #A744EA
Text Example
Text Example
White with #A744EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744EA; }
p { color: rgb(167,68,234); }
H1.HeaderClassName
{
color: #A744EA;
}
.AnyTagClassName
{
color: #A744EA;
}
</style>
background-color css
<style>
a { background-color: #A744EA; }
a { background-color: rgb(167,68,234); }
div.DivClassName
{
background-color: #A744EA;
}
.BgClassName
{
background-color: #A744EA;
}
</style>
border-color css
<style>
span { border-color: #A744EA; }
span { border-color: rgb(167,68,234); }
td.TdClassName
{
border-color: #A744EA;
}
.TagClassName
{
border-color: #A744EA;
}
</style>