Shades of Dark Orchid #A343CD
Tints of Dark Orchid #A343CD
RGB
CMYK
RGB Variations
Color information
#A343CD (or 0xA343CD) is known color: Dark Orchid. HEX triplet: A3, 43 and CD. RGB value is (163,67,205). Sum of RGB (Red+Green+Blue) = 163+67+205=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #A343CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CD is #5CBC32. Grayscale: #6E6E6E. Windows color (decimal): -6077491 or 13452195. OLE color: 13452195.
HSL color Cylindrical-coordinate representation of color #A343CD: hue angle of 281.74º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A343CD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 67 | 205 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.20 |
| HSL | 281.74º | 0.58% | 0.53% | - |
| HSV(B) | 281.74º | 0.67% | 0.8% | - |
| XYZ | 28.13 | 16.21 | 59.4 | - |
| YUV | 111.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 205 | 0.20 | 0.67 | 0 | 0.20 | 281.74 | 0.58 | 0.53 |
| Hex | A3 | 43 | CD | 14 | 43 | 0 | 14 | 11A | 3A | 35 |
| Octal | 243 | 103 | 315 | 24 | 103 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100011 | 1000011 | 11001101 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A343CD
Complementary color
Monochromatic Colors of #A343CD
Black with #A343CD
Text Example
Text Example
White with #A343CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CD; }
p { color: rgb(163,67,205); }
H1.HeaderClassName
{
color: #A343CD;
}
.AnyTagClassName
{
color: #A343CD;
}
</style>
background-color css
<style>
a { background-color: #A343CD; }
a { background-color: rgb(163,67,205); }
div.DivClassName
{
background-color: #A343CD;
}
.BgClassName
{
background-color: #A343CD;
}
</style>
border-color css
<style>
span { border-color: #A343CD; }
span { border-color: rgb(163,67,205); }
td.TdClassName
{
border-color: #A343CD;
}
.TagClassName
{
border-color: #A343CD;
}
</style>