Shades of Dark Orchid #A840BE
Tints of Dark Orchid #A840BE
RGB
CMYK
RGB Variations
Color information
#A840BE (or 0xA840BE) is known color: Dark Orchid. HEX triplet: A8, 40 and BE. RGB value is (168,64,190). Sum of RGB (Red+Green+Blue) = 168+64+190=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #A840BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840BE is #57BF41. Grayscale: #6D6D6D. Windows color (decimal): -5750594 or 12468392. OLE color: 12468392.
HSL color Cylindrical-coordinate representation of color #A840BE: hue angle of 289.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A840BE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 64 | 190 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.25 |
| HSL | 289.52º | 0.5% | 0.5% | - |
| HSV(B) | 289.52º | 0.66% | 0.75% | - |
| XYZ | 27.28 | 15.71 | 50.31 | - |
| YUV | 109.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 190 | 0.12 | 0.66 | 0 | 0.25 | 289.52 | 0.5 | 0.5 |
| Hex | A8 | 40 | BE | C | 42 | 0 | 19 | 122 | 32 | 32 |
| Octal | 250 | 100 | 276 | 14 | 102 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101000 | 1000000 | 10111110 | 1100 | 1000010 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #A840BE
Complementary color
Monochromatic Colors of #A840BE
Black with #A840BE
Text Example
Text Example
White with #A840BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840BE; }
p { color: rgb(168,64,190); }
H1.HeaderClassName
{
color: #A840BE;
}
.AnyTagClassName
{
color: #A840BE;
}
</style>
background-color css
<style>
a { background-color: #A840BE; }
a { background-color: rgb(168,64,190); }
div.DivClassName
{
background-color: #A840BE;
}
.BgClassName
{
background-color: #A840BE;
}
</style>
border-color css
<style>
span { border-color: #A840BE; }
span { border-color: rgb(168,64,190); }
td.TdClassName
{
border-color: #A840BE;
}
.TagClassName
{
border-color: #A840BE;
}
</style>