Shades of Dark Orchid #A343CA
Tints of Dark Orchid #A343CA
RGB
CMYK
RGB Variations
Color information
#A343CA (or 0xA343CA) is known color: Dark Orchid. HEX triplet: A3, 43 and CA. RGB value is (163,67,202). Sum of RGB (Red+Green+Blue) = 163+67+202=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #A343CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CA is #5CBC35. Grayscale: #6E6E6E. Windows color (decimal): -6077494 or 13255587. OLE color: 13255587.
HSL color Cylindrical-coordinate representation of color #A343CA: hue angle of 282.67º degrees, saturation: 0.56, 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 #A343CA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 67 | 202 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.21 |
| HSL | 282.67º | 0.56% | 0.53% | - |
| HSV(B) | 282.67º | 0.67% | 0.79% | - |
| XYZ | 27.77 | 16.07 | 57.51 | - |
| YUV | 111.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 202 | 0.19 | 0.67 | 0 | 0.21 | 282.67 | 0.56 | 0.53 |
| Hex | A3 | 43 | CA | 13 | 43 | 0 | 15 | 11B | 38 | 35 |
| Octal | 243 | 103 | 312 | 23 | 103 | 0 | 25 | 433 | 70 | 65 |
| Binary | 10100011 | 1000011 | 11001010 | 10011 | 1000011 | 0 | 10101 | 100011011 | 111000 | 110101 |
Color Harmonies of #A343CA
Complementary color
Monochromatic Colors of #A343CA
Black with #A343CA
Text Example
Text Example
White with #A343CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CA; }
p { color: rgb(163,67,202); }
H1.HeaderClassName
{
color: #A343CA;
}
.AnyTagClassName
{
color: #A343CA;
}
</style>
background-color css
<style>
a { background-color: #A343CA; }
a { background-color: rgb(163,67,202); }
div.DivClassName
{
background-color: #A343CA;
}
.BgClassName
{
background-color: #A343CA;
}
</style>
border-color css
<style>
span { border-color: #A343CA; }
span { border-color: rgb(163,67,202); }
td.TdClassName
{
border-color: #A343CA;
}
.TagClassName
{
border-color: #A343CA;
}
</style>