Shades of Dark Orchid #A832E9
Tints of Dark Orchid #A832E9
RGB
CMYK
RGB Variations
Color information
#A832E9 (or 0xA832E9) is known color: Dark Orchid. HEX triplet: A8, 32 and E9. RGB value is (168,50,233). Sum of RGB (Red+Green+Blue) = 168+50+233=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #A832E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832E9 is #57CD16. Grayscale: #696969. Windows color (decimal): -5754135 or 15282856. OLE color: 15282856.
HSL color Cylindrical-coordinate representation of color #A832E9: hue angle of 278.69º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A832E9 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 50 | 233 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.09 |
| HSL | 278.69º | 0.81% | 0.55% | - |
| HSV(B) | 278.69º | 0.79% | 0.91% | - |
| XYZ | 32 | 16.49 | 78.59 | - |
| YUV | 106.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 233 | 0.28 | 0.79 | 0 | 0.09 | 278.69 | 0.81 | 0.55 |
| Hex | A8 | 32 | E9 | 1C | 4F | 0 | 9 | 117 | 51 | 37 |
| Octal | 250 | 62 | 351 | 34 | 117 | 0 | 11 | 427 | 121 | 67 |
| Binary | 10101000 | 110010 | 11101001 | 11100 | 1001111 | 0 | 1001 | 100010111 | 1010001 | 110111 |
Color Harmonies of #A832E9
Complementary color
Monochromatic Colors of #A832E9
Black with #A832E9
Text Example
Text Example
White with #A832E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832E9; }
p { color: rgb(168,50,233); }
H1.HeaderClassName
{
color: #A832E9;
}
.AnyTagClassName
{
color: #A832E9;
}
</style>
background-color css
<style>
a { background-color: #A832E9; }
a { background-color: rgb(168,50,233); }
div.DivClassName
{
background-color: #A832E9;
}
.BgClassName
{
background-color: #A832E9;
}
</style>
border-color css
<style>
span { border-color: #A832E9; }
span { border-color: rgb(168,50,233); }
td.TdClassName
{
border-color: #A832E9;
}
.TagClassName
{
border-color: #A832E9;
}
</style>