Shades of Dark Orchid #A818BD
Tints of Dark Orchid #A818BD
RGB
CMYK
RGB Variations
Color information
#A818BD (or 0xA818BD) is known color: Dark Orchid. HEX triplet: A8, 18 and BD. RGB value is (168,24,189). Sum of RGB (Red+Green+Blue) = 168+24+189=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A818BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818BD is #57E742. Grayscale: #555555. Windows color (decimal): -5760835 or 12392616. OLE color: 12392616.
HSL color Cylindrical-coordinate representation of color #A818BD: hue angle of 292.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A818BD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 24 | 189 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.26 |
| HSL | 292.36º | 0.77% | 0.42% | - |
| HSV(B) | 292.36º | 0.87% | 0.74% | - |
| XYZ | 25.66 | 12.65 | 49.23 | - |
| YUV | 85.87 | 186.21 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 189 | 0.11 | 0.87 | 0 | 0.26 | 292.36 | 0.77 | 0.42 |
| Hex | A8 | 18 | BD | B | 57 | 0 | 1A | 124 | 4D | 2A |
| Octal | 250 | 30 | 275 | 13 | 127 | 0 | 32 | 444 | 115 | 52 |
| Binary | 10101000 | 11000 | 10111101 | 1011 | 1010111 | 0 | 11010 | 100100100 | 1001101 | 101010 |
Color Harmonies of #A818BD
Complementary color
Monochromatic Colors of #A818BD
Black with #A818BD
Text Example
Text Example
White with #A818BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818BD; }
p { color: rgb(168,24,189); }
H1.HeaderClassName
{
color: #A818BD;
}
.AnyTagClassName
{
color: #A818BD;
}
</style>
background-color css
<style>
a { background-color: #A818BD; }
a { background-color: rgb(168,24,189); }
div.DivClassName
{
background-color: #A818BD;
}
.BgClassName
{
background-color: #A818BD;
}
</style>
border-color css
<style>
span { border-color: #A818BD; }
span { border-color: rgb(168,24,189); }
td.TdClassName
{
border-color: #A818BD;
}
.TagClassName
{
border-color: #A818BD;
}
</style>