Shades of Dark Orchid #A838CE
Tints of Dark Orchid #A838CE
RGB
CMYK
RGB Variations
Color information
#A838CE (or 0xA838CE) is known color: Dark Orchid. HEX triplet: A8, 38 and CE. RGB value is (168,56,206). Sum of RGB (Red+Green+Blue) = 168+56+206=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A838CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838CE is #57C731. Grayscale: #6A6A6A. Windows color (decimal): -5752626 or 13514920. OLE color: 13514920.
HSL color Cylindrical-coordinate representation of color #A838CE: hue angle of 284.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A838CE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 56 | 206 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.19 |
| HSL | 284.8º | 0.6% | 0.51% | - |
| HSV(B) | 284.8º | 0.73% | 0.81% | - |
| XYZ | 28.7 | 15.61 | 59.89 | - |
| YUV | 106.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 206 | 0.18 | 0.73 | 0 | 0.19 | 284.8 | 0.6 | 0.51 |
| Hex | A8 | 38 | CE | 12 | 49 | 0 | 13 | 11D | 3C | 33 |
| Octal | 250 | 70 | 316 | 22 | 111 | 0 | 23 | 435 | 74 | 63 |
| Binary | 10101000 | 111000 | 11001110 | 10010 | 1001001 | 0 | 10011 | 100011101 | 111100 | 110011 |
Color Harmonies of #A838CE
Complementary color
Monochromatic Colors of #A838CE
Black with #A838CE
Text Example
Text Example
White with #A838CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838CE; }
p { color: rgb(168,56,206); }
H1.HeaderClassName
{
color: #A838CE;
}
.AnyTagClassName
{
color: #A838CE;
}
</style>
background-color css
<style>
a { background-color: #A838CE; }
a { background-color: rgb(168,56,206); }
div.DivClassName
{
background-color: #A838CE;
}
.BgClassName
{
background-color: #A838CE;
}
</style>
border-color css
<style>
span { border-color: #A838CE; }
span { border-color: rgb(168,56,206); }
td.TdClassName
{
border-color: #A838CE;
}
.TagClassName
{
border-color: #A838CE;
}
</style>