Shades of Dark Orchid #A743E8
Tints of Dark Orchid #A743E8
RGB
CMYK
RGB Variations
Color information
#A743E8 (or 0xA743E8) is known color: Dark Orchid. HEX triplet: A7, 43 and E8. RGB value is (167,67,232). Sum of RGB (Red+Green+Blue) = 167+67+232=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #A743E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A743E8 is #58BC17. Grayscale: #737373. Windows color (decimal): -5815320 or 15221671. OLE color: 15221671.
HSL color Cylindrical-coordinate representation of color #A743E8: hue angle of 276.36º degrees, saturation: 0.78, 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 #A743E8 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 67 | 232 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.09 |
| HSL | 276.36º | 0.78% | 0.59% | - |
| HSV(B) | 276.36º | 0.71% | 0.91% | - |
| XYZ | 32.51 | 18.06 | 78.12 | - |
| YUV | 115.71 | 193.63 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 232 | 0.28 | 0.71 | 0 | 0.09 | 276.36 | 0.78 | 0.59 |
| Hex | A7 | 43 | E8 | 1C | 47 | 0 | 9 | 114 | 4E | 3B |
| Octal | 247 | 103 | 350 | 34 | 107 | 0 | 11 | 424 | 116 | 73 |
| Binary | 10100111 | 1000011 | 11101000 | 11100 | 1000111 | 0 | 1001 | 100010100 | 1001110 | 111011 |
Color Harmonies of #A743E8
Complementary color
Monochromatic Colors of #A743E8
Black with #A743E8
Text Example
Text Example
White with #A743E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743E8; }
p { color: rgb(167,67,232); }
H1.HeaderClassName
{
color: #A743E8;
}
.AnyTagClassName
{
color: #A743E8;
}
</style>
background-color css
<style>
a { background-color: #A743E8; }
a { background-color: rgb(167,67,232); }
div.DivClassName
{
background-color: #A743E8;
}
.BgClassName
{
background-color: #A743E8;
}
</style>
border-color css
<style>
span { border-color: #A743E8; }
span { border-color: rgb(167,67,232); }
td.TdClassName
{
border-color: #A743E8;
}
.TagClassName
{
border-color: #A743E8;
}
</style>