Shades of Dark Orchid #A541DA
Tints of Dark Orchid #A541DA
RGB
CMYK
RGB Variations
Color information
#A541DA (or 0xA541DA) is known color: Dark Orchid. HEX triplet: A5, 41 and DA. RGB value is (165,65,218). Sum of RGB (Red+Green+Blue) = 165+65+218=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A541DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541DA is #5ABE25. Grayscale: #6F6F6F. Windows color (decimal): -5946918 or 14303653. OLE color: 14303653.
HSL color Cylindrical-coordinate representation of color #A541DA: hue angle of 279.22º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A541DA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 65 | 218 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.15 |
| HSL | 279.22º | 0.67% | 0.55% | - |
| HSV(B) | 279.22º | 0.7% | 0.85% | - |
| XYZ | 30.06 | 16.84 | 68 | - |
| YUV | 112.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 218 | 0.24 | 0.70 | 0 | 0.15 | 279.22 | 0.67 | 0.55 |
| Hex | A5 | 41 | DA | 18 | 46 | 0 | F | 117 | 43 | 37 |
| Octal | 245 | 101 | 332 | 30 | 106 | 0 | 17 | 427 | 103 | 67 |
| Binary | 10100101 | 1000001 | 11011010 | 11000 | 1000110 | 0 | 1111 | 100010111 | 1000011 | 110111 |
Color Harmonies of #A541DA
Complementary color
Monochromatic Colors of #A541DA
Black with #A541DA
Text Example
Text Example
White with #A541DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541DA; }
p { color: rgb(165,65,218); }
H1.HeaderClassName
{
color: #A541DA;
}
.AnyTagClassName
{
color: #A541DA;
}
</style>
background-color css
<style>
a { background-color: #A541DA; }
a { background-color: rgb(165,65,218); }
div.DivClassName
{
background-color: #A541DA;
}
.BgClassName
{
background-color: #A541DA;
}
</style>
border-color css
<style>
span { border-color: #A541DA; }
span { border-color: rgb(165,65,218); }
td.TdClassName
{
border-color: #A541DA;
}
.TagClassName
{
border-color: #A541DA;
}
</style>