Shades of Dark Orchid #A838DE
Tints of Dark Orchid #A838DE
RGB
CMYK
RGB Variations
Color information
#A838DE (or 0xA838DE) is known color: Dark Orchid. HEX triplet: A8, 38 and DE. RGB value is (168,56,222). Sum of RGB (Red+Green+Blue) = 168+56+222=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A838DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838DE is #57C721. Grayscale: #6B6B6B. Windows color (decimal): -5752610 or 14563496. OLE color: 14563496.
HSL color Cylindrical-coordinate representation of color #A838DE: hue angle of 280.48º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A838DE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 56 | 222 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.13 |
| HSL | 280.48º | 0.72% | 0.55% | - |
| HSV(B) | 280.48º | 0.75% | 0.87% | - |
| XYZ | 30.75 | 16.43 | 70.66 | - |
| YUV | 108.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 222 | 0.24 | 0.75 | 0 | 0.13 | 280.48 | 0.72 | 0.55 |
| Hex | A8 | 38 | DE | 18 | 4B | 0 | D | 118 | 48 | 37 |
| Octal | 250 | 70 | 336 | 30 | 113 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101000 | 111000 | 11011110 | 11000 | 1001011 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A838DE
Complementary color
Monochromatic Colors of #A838DE
Black with #A838DE
Text Example
Text Example
White with #A838DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838DE; }
p { color: rgb(168,56,222); }
H1.HeaderClassName
{
color: #A838DE;
}
.AnyTagClassName
{
color: #A838DE;
}
</style>
background-color css
<style>
a { background-color: #A838DE; }
a { background-color: rgb(168,56,222); }
div.DivClassName
{
background-color: #A838DE;
}
.BgClassName
{
background-color: #A838DE;
}
</style>
border-color css
<style>
span { border-color: #A838DE; }
span { border-color: rgb(168,56,222); }
td.TdClassName
{
border-color: #A838DE;
}
.TagClassName
{
border-color: #A838DE;
}
</style>