Shades of Dark Orchid #A543EA
Tints of Dark Orchid #A543EA
RGB
CMYK
RGB Variations
Color information
#A543EA (or 0xA543EA) is known color: Dark Orchid. HEX triplet: A5, 43 and EA. RGB value is (165,67,234). Sum of RGB (Red+Green+Blue) = 165+67+234=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #A543EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A543EA is #5ABC15. Grayscale: #727272. Windows color (decimal): -5946390 or 15352741. OLE color: 15352741.
HSL color Cylindrical-coordinate representation of color #A543EA: hue angle of 275.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A543EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 67 | 234 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.08 |
| HSL | 275.21º | 0.8% | 0.59% | - |
| HSV(B) | 275.21º | 0.71% | 0.92% | - |
| XYZ | 32.38 | 17.95 | 79.6 | - |
| YUV | 115.34 | 194.97 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 234 | 0.29 | 0.71 | 0 | 0.08 | 275.21 | 0.8 | 0.59 |
| Hex | A5 | 43 | EA | 1D | 47 | 0 | 8 | 113 | 50 | 3B |
| Octal | 245 | 103 | 352 | 35 | 107 | 0 | 10 | 423 | 120 | 73 |
| Binary | 10100101 | 1000011 | 11101010 | 11101 | 1000111 | 0 | 1000 | 100010011 | 1010000 | 111011 |
Color Harmonies of #A543EA
Complementary color
Monochromatic Colors of #A543EA
Black with #A543EA
Text Example
Text Example
White with #A543EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543EA; }
p { color: rgb(165,67,234); }
H1.HeaderClassName
{
color: #A543EA;
}
.AnyTagClassName
{
color: #A543EA;
}
</style>
background-color css
<style>
a { background-color: #A543EA; }
a { background-color: rgb(165,67,234); }
div.DivClassName
{
background-color: #A543EA;
}
.BgClassName
{
background-color: #A543EA;
}
</style>
border-color css
<style>
span { border-color: #A543EA; }
span { border-color: rgb(165,67,234); }
td.TdClassName
{
border-color: #A543EA;
}
.TagClassName
{
border-color: #A543EA;
}
</style>