Shades of Dark Orchid #A838CD
Tints of Dark Orchid #A838CD
RGB
CMYK
RGB Variations
Color information
#A838CD (or 0xA838CD) is known color: Dark Orchid. HEX triplet: A8, 38 and CD. RGB value is (168,56,205). Sum of RGB (Red+Green+Blue) = 168+56+205=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A838CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838CD is #57C732. Grayscale: #696969. Windows color (decimal): -5752627 or 13449384. OLE color: 13449384.
HSL color Cylindrical-coordinate representation of color #A838CD: hue angle of 285.1º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A838CD is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 56 | 205 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.20 |
| HSL | 285.1º | 0.6% | 0.51% | - |
| HSV(B) | 285.1º | 0.73% | 0.8% | - |
| XYZ | 28.58 | 15.56 | 59.25 | - |
| YUV | 106.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 205 | 0.18 | 0.73 | 0 | 0.20 | 285.1 | 0.6 | 0.51 |
| Hex | A8 | 38 | CD | 12 | 49 | 0 | 14 | 11D | 3C | 33 |
| Octal | 250 | 70 | 315 | 22 | 111 | 0 | 24 | 435 | 74 | 63 |
| Binary | 10101000 | 111000 | 11001101 | 10010 | 1001001 | 0 | 10100 | 100011101 | 111100 | 110011 |
Color Harmonies of #A838CD
Complementary color
Monochromatic Colors of #A838CD
Black with #A838CD
Text Example
Text Example
White with #A838CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838CD; }
p { color: rgb(168,56,205); }
H1.HeaderClassName
{
color: #A838CD;
}
.AnyTagClassName
{
color: #A838CD;
}
</style>
background-color css
<style>
a { background-color: #A838CD; }
a { background-color: rgb(168,56,205); }
div.DivClassName
{
background-color: #A838CD;
}
.BgClassName
{
background-color: #A838CD;
}
</style>
border-color css
<style>
span { border-color: #A838CD; }
span { border-color: rgb(168,56,205); }
td.TdClassName
{
border-color: #A838CD;
}
.TagClassName
{
border-color: #A838CD;
}
</style>