Shades of Dark Orchid #A343C9
Tints of Dark Orchid #A343C9
RGB
CMYK
RGB Variations
Color information
#A343C9 (or 0xA343C9) is known color: Dark Orchid. HEX triplet: A3, 43 and C9. RGB value is (163,67,201). Sum of RGB (Red+Green+Blue) = 163+67+201=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A343C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343C9 is #5CBC36. Grayscale: #6E6E6E. Windows color (decimal): -6077495 or 13190051. OLE color: 13190051.
HSL color Cylindrical-coordinate representation of color #A343C9: hue angle of 282.99º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A343C9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 67 | 201 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.21 |
| HSL | 282.99º | 0.55% | 0.53% | - |
| HSV(B) | 282.99º | 0.67% | 0.79% | - |
| XYZ | 27.65 | 16.02 | 56.89 | - |
| YUV | 110.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 201 | 0.19 | 0.67 | 0 | 0.21 | 282.99 | 0.55 | 0.53 |
| Hex | A3 | 43 | C9 | 13 | 43 | 0 | 15 | 11B | 37 | 35 |
| Octal | 243 | 103 | 311 | 23 | 103 | 0 | 25 | 433 | 67 | 65 |
| Binary | 10100011 | 1000011 | 11001001 | 10011 | 1000011 | 0 | 10101 | 100011011 | 110111 | 110101 |
Color Harmonies of #A343C9
Complementary color
Monochromatic Colors of #A343C9
Black with #A343C9
Text Example
Text Example
White with #A343C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343C9; }
p { color: rgb(163,67,201); }
H1.HeaderClassName
{
color: #A343C9;
}
.AnyTagClassName
{
color: #A343C9;
}
</style>
background-color css
<style>
a { background-color: #A343C9; }
a { background-color: rgb(163,67,201); }
div.DivClassName
{
background-color: #A343C9;
}
.BgClassName
{
background-color: #A343C9;
}
</style>
border-color css
<style>
span { border-color: #A343C9; }
span { border-color: rgb(163,67,201); }
td.TdClassName
{
border-color: #A343C9;
}
.TagClassName
{
border-color: #A343C9;
}
</style>