Shades of Dark Orchid #A343C6
Tints of Dark Orchid #A343C6
RGB
CMYK
RGB Variations
Color information
#A343C6 (or 0xA343C6) is known color: Dark Orchid. HEX triplet: A3, 43 and C6. RGB value is (163,67,198). Sum of RGB (Red+Green+Blue) = 163+67+198=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #A343C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343C6 is #5CBC39. Grayscale: #6E6E6E. Windows color (decimal): -6077498 or 12993443. OLE color: 12993443.
HSL color Cylindrical-coordinate representation of color #A343C6: hue angle of 283.97º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A343C6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 67 | 198 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.22 |
| HSL | 283.97º | 0.53% | 0.52% | - |
| HSV(B) | 283.97º | 0.66% | 0.78% | - |
| XYZ | 27.3 | 15.88 | 55.05 | - |
| YUV | 110.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 198 | 0.18 | 0.66 | 0 | 0.22 | 283.97 | 0.53 | 0.52 |
| Hex | A3 | 43 | C6 | 12 | 42 | 0 | 16 | 11C | 35 | 34 |
| Octal | 243 | 103 | 306 | 22 | 102 | 0 | 26 | 434 | 65 | 64 |
| Binary | 10100011 | 1000011 | 11000110 | 10010 | 1000010 | 0 | 10110 | 100011100 | 110101 | 110100 |
Color Harmonies of #A343C6
Complementary color
Monochromatic Colors of #A343C6
Black with #A343C6
Text Example
Text Example
White with #A343C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343C6; }
p { color: rgb(163,67,198); }
H1.HeaderClassName
{
color: #A343C6;
}
.AnyTagClassName
{
color: #A343C6;
}
</style>
background-color css
<style>
a { background-color: #A343C6; }
a { background-color: rgb(163,67,198); }
div.DivClassName
{
background-color: #A343C6;
}
.BgClassName
{
background-color: #A343C6;
}
</style>
border-color css
<style>
span { border-color: #A343C6; }
span { border-color: rgb(163,67,198); }
td.TdClassName
{
border-color: #A343C6;
}
.TagClassName
{
border-color: #A343C6;
}
</style>