Shades of Dark Orchid #A340CF
Tints of Dark Orchid #A340CF
RGB
CMYK
RGB Variations
Color information
#A340CF (or 0xA340CF) is known color: Dark Orchid. HEX triplet: A3, 40 and CF. RGB value is (163,64,207). Sum of RGB (Red+Green+Blue) = 163+64+207=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A340CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340CF is #5CBF30. Grayscale: #6D6D6D. Windows color (decimal): -6078257 or 13582499. OLE color: 13582499.
HSL color Cylindrical-coordinate representation of color #A340CF: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A340CF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 64 | 207 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.19 |
| HSL | 281.54º | 0.6% | 0.53% | - |
| HSV(B) | 281.54º | 0.69% | 0.81% | - |
| XYZ | 28.2 | 15.96 | 60.63 | - |
| YUV | 109.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 207 | 0.21 | 0.69 | 0 | 0.19 | 281.54 | 0.6 | 0.53 |
| Hex | A3 | 40 | CF | 15 | 45 | 0 | 13 | 11A | 3C | 35 |
| Octal | 243 | 100 | 317 | 25 | 105 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100011 | 1000000 | 11001111 | 10101 | 1000101 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A340CF
Complementary color
Monochromatic Colors of #A340CF
Black with #A340CF
Text Example
Text Example
White with #A340CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340CF; }
p { color: rgb(163,64,207); }
H1.HeaderClassName
{
color: #A340CF;
}
.AnyTagClassName
{
color: #A340CF;
}
</style>
background-color css
<style>
a { background-color: #A340CF; }
a { background-color: rgb(163,64,207); }
div.DivClassName
{
background-color: #A340CF;
}
.BgClassName
{
background-color: #A340CF;
}
</style>
border-color css
<style>
span { border-color: #A340CF; }
span { border-color: rgb(163,64,207); }
td.TdClassName
{
border-color: #A340CF;
}
.TagClassName
{
border-color: #A340CF;
}
</style>