Shades of Dark Orchid #A936EA
Tints of Dark Orchid #A936EA
RGB
CMYK
RGB Variations
Color information
#A936EA (or 0xA936EA) is known color: Dark Orchid. HEX triplet: A9, 36 and EA. RGB value is (169,54,234). Sum of RGB (Red+Green+Blue) = 169+54+234=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #A936EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A936EA is #56C915. Grayscale: #6C6C6C. Windows color (decimal): -5687574 or 15349417. OLE color: 15349417.
HSL color Cylindrical-coordinate representation of color #A936EA: hue angle of 278.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A936EA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 54 | 234 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.08 |
| HSL | 278.33º | 0.81% | 0.56% | - |
| HSV(B) | 278.33º | 0.77% | 0.92% | - |
| XYZ | 32.53 | 17.01 | 79.41 | - |
| YUV | 108.91 | 198.6 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 234 | 0.28 | 0.77 | 0 | 0.08 | 278.33 | 0.81 | 0.56 |
| Hex | A9 | 36 | EA | 1C | 4D | 0 | 8 | 116 | 51 | 38 |
| Octal | 251 | 66 | 352 | 34 | 115 | 0 | 10 | 426 | 121 | 70 |
| Binary | 10101001 | 110110 | 11101010 | 11100 | 1001101 | 0 | 1000 | 100010110 | 1010001 | 111000 |
Color Harmonies of #A936EA
Complementary color
Monochromatic Colors of #A936EA
Black with #A936EA
Text Example
Text Example
White with #A936EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A936EA; }
p { color: rgb(169,54,234); }
H1.HeaderClassName
{
color: #A936EA;
}
.AnyTagClassName
{
color: #A936EA;
}
</style>
background-color css
<style>
a { background-color: #A936EA; }
a { background-color: rgb(169,54,234); }
div.DivClassName
{
background-color: #A936EA;
}
.BgClassName
{
background-color: #A936EA;
}
</style>
border-color css
<style>
span { border-color: #A936EA; }
span { border-color: rgb(169,54,234); }
td.TdClassName
{
border-color: #A936EA;
}
.TagClassName
{
border-color: #A936EA;
}
</style>