Shades of Dark Orchid #A340CA
Tints of Dark Orchid #A340CA
RGB
CMYK
RGB Variations
Color information
#A340CA (or 0xA340CA) is known color: Dark Orchid. HEX triplet: A3, 40 and CA. RGB value is (163,64,202). Sum of RGB (Red+Green+Blue) = 163+64+202=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #A340CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340CA is #5CBF35. Grayscale: #6C6C6C. Windows color (decimal): -6078262 or 13254819. OLE color: 13254819.
HSL color Cylindrical-coordinate representation of color #A340CA: hue angle of 283.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A340CA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 64 | 202 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.21 |
| HSL | 283.04º | 0.57% | 0.52% | - |
| HSV(B) | 283.04º | 0.68% | 0.79% | - |
| XYZ | 27.6 | 15.72 | 57.46 | - |
| YUV | 109.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 202 | 0.19 | 0.68 | 0 | 0.21 | 283.04 | 0.57 | 0.52 |
| Hex | A3 | 40 | CA | 13 | 44 | 0 | 15 | 11B | 39 | 34 |
| Octal | 243 | 100 | 312 | 23 | 104 | 0 | 25 | 433 | 71 | 64 |
| Binary | 10100011 | 1000000 | 11001010 | 10011 | 1000100 | 0 | 10101 | 100011011 | 111001 | 110100 |
Color Harmonies of #A340CA
Complementary color
Monochromatic Colors of #A340CA
Black with #A340CA
Text Example
Text Example
White with #A340CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340CA; }
p { color: rgb(163,64,202); }
H1.HeaderClassName
{
color: #A340CA;
}
.AnyTagClassName
{
color: #A340CA;
}
</style>
background-color css
<style>
a { background-color: #A340CA; }
a { background-color: rgb(163,64,202); }
div.DivClassName
{
background-color: #A340CA;
}
.BgClassName
{
background-color: #A340CA;
}
</style>
border-color css
<style>
span { border-color: #A340CA; }
span { border-color: rgb(163,64,202); }
td.TdClassName
{
border-color: #A340CA;
}
.TagClassName
{
border-color: #A340CA;
}
</style>