Shades of Dark Orchid #A743DA
Tints of Dark Orchid #A743DA
RGB
CMYK
RGB Variations
Color information
#A743DA (or 0xA743DA) is known color: Dark Orchid. HEX triplet: A7, 43 and DA. RGB value is (167,67,218). Sum of RGB (Red+Green+Blue) = 167+67+218=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #A743DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A743DA is #58BC25. Grayscale: #717171. Windows color (decimal): -5815334 or 14304167. OLE color: 14304167.
HSL color Cylindrical-coordinate representation of color #A743DA: hue angle of 279.74º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A743DA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 67 | 218 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.15 |
| HSL | 279.74º | 0.67% | 0.56% | - |
| HSV(B) | 279.74º | 0.69% | 0.85% | - |
| XYZ | 30.6 | 17.29 | 68.05 | - |
| YUV | 114.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 218 | 0.23 | 0.69 | 0 | 0.15 | 279.74 | 0.67 | 0.56 |
| Hex | A7 | 43 | DA | 17 | 45 | 0 | F | 118 | 43 | 38 |
| Octal | 247 | 103 | 332 | 27 | 105 | 0 | 17 | 430 | 103 | 70 |
| Binary | 10100111 | 1000011 | 11011010 | 10111 | 1000101 | 0 | 1111 | 100011000 | 1000011 | 111000 |
Color Harmonies of #A743DA
Complementary color
Monochromatic Colors of #A743DA
Black with #A743DA
Text Example
Text Example
White with #A743DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A743DA; }
p { color: rgb(167,67,218); }
H1.HeaderClassName
{
color: #A743DA;
}
.AnyTagClassName
{
color: #A743DA;
}
</style>
background-color css
<style>
a { background-color: #A743DA; }
a { background-color: rgb(167,67,218); }
div.DivClassName
{
background-color: #A743DA;
}
.BgClassName
{
background-color: #A743DA;
}
</style>
border-color css
<style>
span { border-color: #A743DA; }
span { border-color: rgb(167,67,218); }
td.TdClassName
{
border-color: #A743DA;
}
.TagClassName
{
border-color: #A743DA;
}
</style>