Shades of Dark Orchid #A732E8
Tints of Dark Orchid #A732E8
RGB
CMYK
RGB Variations
Color information
#A732E8 (or 0xA732E8) is known color: Dark Orchid. HEX triplet: A7, 32 and E8. RGB value is (167,50,232). Sum of RGB (Red+Green+Blue) = 167+50+232=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 232 (91.02% from 255 or 51.67% from 449); Max value from RGB is 232 - color contains mainly: blue. Hex color #A732E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A732E8 is #58CD17. Grayscale: #696969. Windows color (decimal): -5819672 or 15217319. OLE color: 15217319.
HSL color Cylindrical-coordinate representation of color #A732E8: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A732E8 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 50 | 232 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.09 |
| HSL | 278.57º | 0.8% | 0.55% | - |
| HSV(B) | 278.57º | 0.78% | 0.91% | - |
| XYZ | 31.64 | 16.32 | 77.83 | - |
| YUV | 105.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 232 | 0.28 | 0.78 | 0 | 0.09 | 278.57 | 0.8 | 0.55 |
| Hex | A7 | 32 | E8 | 1C | 4E | 0 | 9 | 117 | 50 | 37 |
| Octal | 247 | 62 | 350 | 34 | 116 | 0 | 11 | 427 | 120 | 67 |
| Binary | 10100111 | 110010 | 11101000 | 11100 | 1001110 | 0 | 1001 | 100010111 | 1010000 | 110111 |
Color Harmonies of #A732E8
Complementary color
Monochromatic Colors of #A732E8
Black with #A732E8
Text Example
Text Example
White with #A732E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732E8; }
p { color: rgb(167,50,232); }
H1.HeaderClassName
{
color: #A732E8;
}
.AnyTagClassName
{
color: #A732E8;
}
</style>
background-color css
<style>
a { background-color: #A732E8; }
a { background-color: rgb(167,50,232); }
div.DivClassName
{
background-color: #A732E8;
}
.BgClassName
{
background-color: #A732E8;
}
</style>
border-color css
<style>
span { border-color: #A732E8; }
span { border-color: rgb(167,50,232); }
td.TdClassName
{
border-color: #A732E8;
}
.TagClassName
{
border-color: #A732E8;
}
</style>