Shades of Dark Orchid #A838BD
Tints of Dark Orchid #A838BD
RGB
CMYK
RGB Variations
Color information
#A838BD (or 0xA838BD) is known color: Dark Orchid. HEX triplet: A8, 38 and BD. RGB value is (168,56,189). Sum of RGB (Red+Green+Blue) = 168+56+189=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A838BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838BD is #57C742. Grayscale: #686868. Windows color (decimal): -5752643 or 12400808. OLE color: 12400808.
HSL color Cylindrical-coordinate representation of color #A838BD: hue angle of 290.53º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A838BD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 56 | 189 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.26 |
| HSL | 290.53º | 0.54% | 0.48% | - |
| HSV(B) | 290.53º | 0.7% | 0.74% | - |
| XYZ | 26.75 | 14.83 | 49.6 | - |
| YUV | 104.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 189 | 0.11 | 0.70 | 0 | 0.26 | 290.53 | 0.54 | 0.48 |
| Hex | A8 | 38 | BD | B | 46 | 0 | 1A | 123 | 36 | 30 |
| Octal | 250 | 70 | 275 | 13 | 106 | 0 | 32 | 443 | 66 | 60 |
| Binary | 10101000 | 111000 | 10111101 | 1011 | 1000110 | 0 | 11010 | 100100011 | 110110 | 110000 |
Color Harmonies of #A838BD
Complementary color
Monochromatic Colors of #A838BD
Black with #A838BD
Text Example
Text Example
White with #A838BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838BD; }
p { color: rgb(168,56,189); }
H1.HeaderClassName
{
color: #A838BD;
}
.AnyTagClassName
{
color: #A838BD;
}
</style>
background-color css
<style>
a { background-color: #A838BD; }
a { background-color: rgb(168,56,189); }
div.DivClassName
{
background-color: #A838BD;
}
.BgClassName
{
background-color: #A838BD;
}
</style>
border-color css
<style>
span { border-color: #A838BD; }
span { border-color: rgb(168,56,189); }
td.TdClassName
{
border-color: #A838BD;
}
.TagClassName
{
border-color: #A838BD;
}
</style>