Shades of Dark Orchid #A743E6
Tints of Dark Orchid #A743E6
RGB
CMYK
RGB Variations
Color information
#A743E6 (or 0xA743E6) is known color: Dark Orchid. HEX triplet: A7, 43 and E6. RGB value is (167,67,230). Sum of RGB (Red+Green+Blue) = 167+67+230=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #A743E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A743E6 is #58BC19. Grayscale: #727272. Windows color (decimal): -5815322 or 15090599. OLE color: 15090599.
HSL color Cylindrical-coordinate representation of color #A743E6: hue angle of 276.81º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A743E6 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 67 | 230 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.10 |
| HSL | 276.81º | 0.77% | 0.58% | - |
| HSV(B) | 276.81º | 0.71% | 0.9% | - |
| XYZ | 32.23 | 17.94 | 76.63 | - |
| YUV | 115.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 230 | 0.27 | 0.71 | 0 | 0.10 | 276.81 | 0.77 | 0.58 |
| Hex | A7 | 43 | E6 | 1B | 47 | 0 | A | 115 | 4D | 3A |
| Octal | 247 | 103 | 346 | 33 | 107 | 0 | 12 | 425 | 115 | 72 |
| Binary | 10100111 | 1000011 | 11100110 | 11011 | 1000111 | 0 | 1010 | 100010101 | 1001101 | 111010 |
Color Harmonies of #A743E6
Complementary color
Monochromatic Colors of #A743E6
Black with #A743E6
Text Example
Text Example
White with #A743E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743E6; }
p { color: rgb(167,67,230); }
H1.HeaderClassName
{
color: #A743E6;
}
.AnyTagClassName
{
color: #A743E6;
}
</style>
background-color css
<style>
a { background-color: #A743E6; }
a { background-color: rgb(167,67,230); }
div.DivClassName
{
background-color: #A743E6;
}
.BgClassName
{
background-color: #A743E6;
}
</style>
border-color css
<style>
span { border-color: #A743E6; }
span { border-color: rgb(167,67,230); }
td.TdClassName
{
border-color: #A743E6;
}
.TagClassName
{
border-color: #A743E6;
}
</style>