Shades of Dark Orchid #A343E0
Tints of Dark Orchid #A343E0
RGB
CMYK
RGB Variations
Color information
#A343E0 (or 0xA343E0) is known color: Dark Orchid. HEX triplet: A3, 43 and E0. RGB value is (163,67,224). Sum of RGB (Red+Green+Blue) = 163+67+224=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #A343E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343E0 is #5CBC1F. Grayscale: #717171. Windows color (decimal): -6077472 or 14697379. OLE color: 14697379.
HSL color Cylindrical-coordinate representation of color #A343E0: hue angle of 276.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A343E0 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 67 | 224 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.12 |
| HSL | 276.69º | 0.72% | 0.57% | - |
| HSV(B) | 276.69º | 0.7% | 0.88% | - |
| XYZ | 30.57 | 17.18 | 72.23 | - |
| YUV | 113.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 224 | 0.27 | 0.70 | 0 | 0.12 | 276.69 | 0.72 | 0.57 |
| Hex | A3 | 43 | E0 | 1B | 46 | 0 | C | 115 | 48 | 39 |
| Octal | 243 | 103 | 340 | 33 | 106 | 0 | 14 | 425 | 110 | 71 |
| Binary | 10100011 | 1000011 | 11100000 | 11011 | 1000110 | 0 | 1100 | 100010101 | 1001000 | 111001 |
Color Harmonies of #A343E0
Complementary color
Monochromatic Colors of #A343E0
Black with #A343E0
Text Example
Text Example
White with #A343E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343E0; }
p { color: rgb(163,67,224); }
H1.HeaderClassName
{
color: #A343E0;
}
.AnyTagClassName
{
color: #A343E0;
}
</style>
background-color css
<style>
a { background-color: #A343E0; }
a { background-color: rgb(163,67,224); }
div.DivClassName
{
background-color: #A343E0;
}
.BgClassName
{
background-color: #A343E0;
}
</style>
border-color css
<style>
span { border-color: #A343E0; }
span { border-color: rgb(163,67,224); }
td.TdClassName
{
border-color: #A343E0;
}
.TagClassName
{
border-color: #A343E0;
}
</style>