Shades of Dark Orchid #A343CE
Tints of Dark Orchid #A343CE
RGB
CMYK
RGB Variations
Color information
#A343CE (or 0xA343CE) is known color: Dark Orchid. HEX triplet: A3, 43 and CE. RGB value is (163,67,206). Sum of RGB (Red+Green+Blue) = 163+67+206=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #A343CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CE is #5CBC31. Grayscale: #6F6F6F. Windows color (decimal): -6077490 or 13517731. OLE color: 13517731.
HSL color Cylindrical-coordinate representation of color #A343CE: hue angle of 281.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A343CE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 67 | 206 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.19 |
| HSL | 281.44º | 0.59% | 0.54% | - |
| HSV(B) | 281.44º | 0.67% | 0.81% | - |
| XYZ | 28.25 | 16.26 | 60.04 | - |
| YUV | 111.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 206 | 0.21 | 0.67 | 0 | 0.19 | 281.44 | 0.59 | 0.54 |
| Hex | A3 | 43 | CE | 15 | 43 | 0 | 13 | 119 | 3B | 36 |
| Octal | 243 | 103 | 316 | 25 | 103 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100011 | 1000011 | 11001110 | 10101 | 1000011 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A343CE
Complementary color
Monochromatic Colors of #A343CE
Black with #A343CE
Text Example
Text Example
White with #A343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CE; }
p { color: rgb(163,67,206); }
H1.HeaderClassName
{
color: #A343CE;
}
.AnyTagClassName
{
color: #A343CE;
}
</style>
background-color css
<style>
a { background-color: #A343CE; }
a { background-color: rgb(163,67,206); }
div.DivClassName
{
background-color: #A343CE;
}
.BgClassName
{
background-color: #A343CE;
}
</style>
border-color css
<style>
span { border-color: #A343CE; }
span { border-color: rgb(163,67,206); }
td.TdClassName
{
border-color: #A343CE;
}
.TagClassName
{
border-color: #A343CE;
}
</style>