Shades of Dark Orchid #A541EA
Tints of Dark Orchid #A541EA
RGB
CMYK
RGB Variations
Color information
#A541EA (or 0xA541EA) is known color: Dark Orchid. HEX triplet: A5, 41 and EA. RGB value is (165,65,234). Sum of RGB (Red+Green+Blue) = 165+65+234=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #A541EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541EA is #5ABE15. Grayscale: #717171. Windows color (decimal): -5946902 or 15352229. OLE color: 15352229.
HSL color Cylindrical-coordinate representation of color #A541EA: hue angle of 275.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A541EA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 65 | 234 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.08 |
| HSL | 275.5º | 0.8% | 0.59% | - |
| HSV(B) | 275.5º | 0.72% | 0.92% | - |
| XYZ | 32.26 | 17.72 | 79.56 | - |
| YUV | 114.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 234 | 0.29 | 0.72 | 0 | 0.08 | 275.5 | 0.8 | 0.59 |
| Hex | A5 | 41 | EA | 1D | 48 | 0 | 8 | 114 | 50 | 3B |
| Octal | 245 | 101 | 352 | 35 | 110 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10100101 | 1000001 | 11101010 | 11101 | 1001000 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A541EA
Complementary color
Monochromatic Colors of #A541EA
Black with #A541EA
Text Example
Text Example
White with #A541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541EA; }
p { color: rgb(165,65,234); }
H1.HeaderClassName
{
color: #A541EA;
}
.AnyTagClassName
{
color: #A541EA;
}
</style>
background-color css
<style>
a { background-color: #A541EA; }
a { background-color: rgb(165,65,234); }
div.DivClassName
{
background-color: #A541EA;
}
.BgClassName
{
background-color: #A541EA;
}
</style>
border-color css
<style>
span { border-color: #A541EA; }
span { border-color: rgb(165,65,234); }
td.TdClassName
{
border-color: #A541EA;
}
.TagClassName
{
border-color: #A541EA;
}
</style>