Shades of Dark Orchid #A838E1
Tints of Dark Orchid #A838E1
RGB
CMYK
RGB Variations
Color information
#A838E1 (or 0xA838E1) is known color: Dark Orchid. HEX triplet: A8, 38 and E1. RGB value is (168,56,225). Sum of RGB (Red+Green+Blue) = 168+56+225=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #A838E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838E1 is #57C71E. Grayscale: #6C6C6C. Windows color (decimal): -5752607 or 14760104. OLE color: 14760104.
HSL color Cylindrical-coordinate representation of color #A838E1: hue angle of 279.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A838E1 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 56 | 225 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.12 |
| HSL | 279.76º | 0.74% | 0.55% | - |
| HSV(B) | 279.76º | 0.75% | 0.88% | - |
| XYZ | 31.15 | 16.59 | 72.79 | - |
| YUV | 108.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 225 | 0.25 | 0.75 | 0 | 0.12 | 279.76 | 0.74 | 0.55 |
| Hex | A8 | 38 | E1 | 19 | 4B | 0 | C | 118 | 4A | 37 |
| Octal | 250 | 70 | 341 | 31 | 113 | 0 | 14 | 430 | 112 | 67 |
| Binary | 10101000 | 111000 | 11100001 | 11001 | 1001011 | 0 | 1100 | 100011000 | 1001010 | 110111 |
Color Harmonies of #A838E1
Complementary color
Monochromatic Colors of #A838E1
Black with #A838E1
Text Example
Text Example
White with #A838E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838E1; }
p { color: rgb(168,56,225); }
H1.HeaderClassName
{
color: #A838E1;
}
.AnyTagClassName
{
color: #A838E1;
}
</style>
background-color css
<style>
a { background-color: #A838E1; }
a { background-color: rgb(168,56,225); }
div.DivClassName
{
background-color: #A838E1;
}
.BgClassName
{
background-color: #A838E1;
}
</style>
border-color css
<style>
span { border-color: #A838E1; }
span { border-color: rgb(168,56,225); }
td.TdClassName
{
border-color: #A838E1;
}
.TagClassName
{
border-color: #A838E1;
}
</style>