Shades of Dark Orchid #A538DD
Tints of Dark Orchid #A538DD
RGB
CMYK
RGB Variations
Color information
#A538DD (or 0xA538DD) is known color: Dark Orchid. HEX triplet: A5, 38 and DD. RGB value is (165,56,221). Sum of RGB (Red+Green+Blue) = 165+56+221=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A538DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538DD is #5AC722. Grayscale: #6A6A6A. Windows color (decimal): -5949219 or 14497957. OLE color: 14497957.
HSL color Cylindrical-coordinate representation of color #A538DD: hue angle of 279.64º 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 #A538DD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 56 | 221 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.13 |
| HSL | 279.64º | 0.71% | 0.54% | - |
| HSV(B) | 279.64º | 0.75% | 0.87% | - |
| XYZ | 29.98 | 16.05 | 69.92 | - |
| YUV | 107.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 221 | 0.25 | 0.75 | 0 | 0.13 | 279.64 | 0.71 | 0.54 |
| Hex | A5 | 38 | DD | 19 | 4B | 0 | D | 118 | 47 | 36 |
| Octal | 245 | 70 | 335 | 31 | 113 | 0 | 15 | 430 | 107 | 66 |
| Binary | 10100101 | 111000 | 11011101 | 11001 | 1001011 | 0 | 1101 | 100011000 | 1000111 | 110110 |
Color Harmonies of #A538DD
Complementary color
Monochromatic Colors of #A538DD
Black with #A538DD
Text Example
Text Example
White with #A538DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538DD; }
p { color: rgb(165,56,221); }
H1.HeaderClassName
{
color: #A538DD;
}
.AnyTagClassName
{
color: #A538DD;
}
</style>
background-color css
<style>
a { background-color: #A538DD; }
a { background-color: rgb(165,56,221); }
div.DivClassName
{
background-color: #A538DD;
}
.BgClassName
{
background-color: #A538DD;
}
</style>
border-color css
<style>
span { border-color: #A538DD; }
span { border-color: rgb(165,56,221); }
td.TdClassName
{
border-color: #A538DD;
}
.TagClassName
{
border-color: #A538DD;
}
</style>