Shades of Dark Orchid #A838DD
Tints of Dark Orchid #A838DD
RGB
CMYK
RGB Variations
Color information
#A838DD (or 0xA838DD) is known color: Dark Orchid. HEX triplet: A8, 38 and DD. RGB value is (168,56,221). Sum of RGB (Red+Green+Blue) = 168+56+221=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #A838DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838DD is #57C722. Grayscale: #6B6B6B. Windows color (decimal): -5752611 or 14497960. OLE color: 14497960.
HSL color Cylindrical-coordinate representation of color #A838DD: hue angle of 280.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A838DD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 56 | 221 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.13 |
| HSL | 280.73º | 0.71% | 0.54% | - |
| HSV(B) | 280.73º | 0.75% | 0.87% | - |
| XYZ | 30.61 | 16.37 | 69.95 | - |
| YUV | 108.3 | 191.61 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 221 | 0.24 | 0.75 | 0 | 0.13 | 280.73 | 0.71 | 0.54 |
| Hex | A8 | 38 | DD | 18 | 4B | 0 | D | 119 | 47 | 36 |
| Octal | 250 | 70 | 335 | 30 | 113 | 0 | 15 | 431 | 107 | 66 |
| Binary | 10101000 | 111000 | 11011101 | 11000 | 1001011 | 0 | 1101 | 100011001 | 1000111 | 110110 |
Color Harmonies of #A838DD
Complementary color
Monochromatic Colors of #A838DD
Black with #A838DD
Text Example
Text Example
White with #A838DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838DD; }
p { color: rgb(168,56,221); }
H1.HeaderClassName
{
color: #A838DD;
}
.AnyTagClassName
{
color: #A838DD;
}
</style>
background-color css
<style>
a { background-color: #A838DD; }
a { background-color: rgb(168,56,221); }
div.DivClassName
{
background-color: #A838DD;
}
.BgClassName
{
background-color: #A838DD;
}
</style>
border-color css
<style>
span { border-color: #A838DD; }
span { border-color: rgb(168,56,221); }
td.TdClassName
{
border-color: #A838DD;
}
.TagClassName
{
border-color: #A838DD;
}
</style>