Shades of Dark Orchid #A340BD
Tints of Dark Orchid #A340BD
RGB
CMYK
RGB Variations
Color information
#A340BD (or 0xA340BD) is known color: Dark Orchid. HEX triplet: A3, 40 and BD. RGB value is (163,64,189). Sum of RGB (Red+Green+Blue) = 163+64+189=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A340BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BD is #5CBF42. Grayscale: #6B6B6B. Windows color (decimal): -6078275 or 12402851. OLE color: 12402851.
HSL color Cylindrical-coordinate representation of color #A340BD: hue angle of 287.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A340BD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 64 | 189 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.26 |
| HSL | 287.52º | 0.49% | 0.5% | - |
| HSV(B) | 287.52º | 0.66% | 0.74% | - |
| XYZ | 26.12 | 15.13 | 49.69 | - |
| YUV | 107.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 189 | 0.14 | 0.66 | 0 | 0.26 | 287.52 | 0.49 | 0.5 |
| Hex | A3 | 40 | BD | E | 42 | 0 | 1A | 120 | 31 | 32 |
| Octal | 243 | 100 | 275 | 16 | 102 | 0 | 32 | 440 | 61 | 62 |
| Binary | 10100011 | 1000000 | 10111101 | 1110 | 1000010 | 0 | 11010 | 100100000 | 110001 | 110010 |
Color Harmonies of #A340BD
Complementary color
Monochromatic Colors of #A340BD
Black with #A340BD
Text Example
Text Example
White with #A340BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340BD; }
p { color: rgb(163,64,189); }
H1.HeaderClassName
{
color: #A340BD;
}
.AnyTagClassName
{
color: #A340BD;
}
</style>
background-color css
<style>
a { background-color: #A340BD; }
a { background-color: rgb(163,64,189); }
div.DivClassName
{
background-color: #A340BD;
}
.BgClassName
{
background-color: #A340BD;
}
</style>
border-color css
<style>
span { border-color: #A340BD; }
span { border-color: rgb(163,64,189); }
td.TdClassName
{
border-color: #A340BD;
}
.TagClassName
{
border-color: #A340BD;
}
</style>