Shades of Dark Orchid #A340CC
Tints of Dark Orchid #A340CC
RGB
CMYK
RGB Variations
Color information
#A340CC (or 0xA340CC) is known color: Dark Orchid. HEX triplet: A3, 40 and CC. RGB value is (163,64,204). Sum of RGB (Red+Green+Blue) = 163+64+204=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A340CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340CC is #5CBF33. Grayscale: #6D6D6D. Windows color (decimal): -6078260 or 13385891. OLE color: 13385891.
HSL color Cylindrical-coordinate representation of color #A340CC: hue angle of 282.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A340CC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 64 | 204 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.2 |
| HSL | 282.43º | 0.58% | 0.53% | - |
| HSV(B) | 282.43º | 0.69% | 0.8% | - |
| XYZ | 27.84 | 15.81 | 58.71 | - |
| YUV | 109.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 204 | 0.20 | 0.69 | 0 | 0.2 | 282.43 | 0.58 | 0.53 |
| Hex | A3 | 40 | CC | 14 | 45 | 0 | 14 | 11A | 3A | 35 |
| Octal | 243 | 100 | 314 | 24 | 105 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100011 | 1000000 | 11001100 | 10100 | 1000101 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A340CC
Complementary color
Monochromatic Colors of #A340CC
Black with #A340CC
Text Example
Text Example
White with #A340CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340CC; }
p { color: rgb(163,64,204); }
H1.HeaderClassName
{
color: #A340CC;
}
.AnyTagClassName
{
color: #A340CC;
}
</style>
background-color css
<style>
a { background-color: #A340CC; }
a { background-color: rgb(163,64,204); }
div.DivClassName
{
background-color: #A340CC;
}
.BgClassName
{
background-color: #A340CC;
}
</style>
border-color css
<style>
span { border-color: #A340CC; }
span { border-color: rgb(163,64,204); }
td.TdClassName
{
border-color: #A340CC;
}
.TagClassName
{
border-color: #A340CC;
}
</style>