Shades of Dark Orchid #A340C8
Tints of Dark Orchid #A340C8
RGB
CMYK
RGB Variations
Color information
#A340C8 (or 0xA340C8) is known color: Dark Orchid. HEX triplet: A3, 40 and C8. RGB value is (163,64,200). Sum of RGB (Red+Green+Blue) = 163+64+200=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #A340C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C8 is #5CBF37. Grayscale: #6C6C6C. Windows color (decimal): -6078264 or 13123747. OLE color: 13123747.
HSL color Cylindrical-coordinate representation of color #A340C8: hue angle of 283.68º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A340C8 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 64 | 200 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.22 |
| HSL | 283.68º | 0.55% | 0.52% | - |
| HSV(B) | 283.68º | 0.68% | 0.78% | - |
| XYZ | 27.36 | 15.62 | 56.22 | - |
| YUV | 109.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 200 | 0.18 | 0.68 | 0 | 0.22 | 283.68 | 0.55 | 0.52 |
| Hex | A3 | 40 | C8 | 12 | 44 | 0 | 16 | 11C | 37 | 34 |
| Octal | 243 | 100 | 310 | 22 | 104 | 0 | 26 | 434 | 67 | 64 |
| Binary | 10100011 | 1000000 | 11001000 | 10010 | 1000100 | 0 | 10110 | 100011100 | 110111 | 110100 |
Color Harmonies of #A340C8
Complementary color
Monochromatic Colors of #A340C8
Black with #A340C8
Text Example
Text Example
White with #A340C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340C8; }
p { color: rgb(163,64,200); }
H1.HeaderClassName
{
color: #A340C8;
}
.AnyTagClassName
{
color: #A340C8;
}
</style>
background-color css
<style>
a { background-color: #A340C8; }
a { background-color: rgb(163,64,200); }
div.DivClassName
{
background-color: #A340C8;
}
.BgClassName
{
background-color: #A340C8;
}
</style>
border-color css
<style>
span { border-color: #A340C8; }
span { border-color: rgb(163,64,200); }
td.TdClassName
{
border-color: #A340C8;
}
.TagClassName
{
border-color: #A340C8;
}
</style>