Shades of Dark Orchid #A732DA
Tints of Dark Orchid #A732DA
RGB
CMYK
RGB Variations
Color information
#A732DA (or 0xA732DA) is known color: Dark Orchid. HEX triplet: A7, 32 and DA. RGB value is (167,50,218). Sum of RGB (Red+Green+Blue) = 167+50+218=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #A732DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732DA is #58CD25. Grayscale: #676767. Windows color (decimal): -5819686 or 14299815. OLE color: 14299815.
HSL color Cylindrical-coordinate representation of color #A732DA: hue angle of 281.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A732DA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 50 | 218 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.15 |
| HSL | 281.79º | 0.69% | 0.53% | - |
| HSV(B) | 281.79º | 0.77% | 0.85% | - |
| XYZ | 29.73 | 15.56 | 67.77 | - |
| YUV | 104.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 218 | 0.23 | 0.77 | 0 | 0.15 | 281.79 | 0.69 | 0.53 |
| Hex | A7 | 32 | DA | 17 | 4D | 0 | F | 11A | 45 | 35 |
| Octal | 247 | 62 | 332 | 27 | 115 | 0 | 17 | 432 | 105 | 65 |
| Binary | 10100111 | 110010 | 11011010 | 10111 | 1001101 | 0 | 1111 | 100011010 | 1000101 | 110101 |
Color Harmonies of #A732DA
Complementary color
Monochromatic Colors of #A732DA
Black with #A732DA
Text Example
Text Example
White with #A732DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732DA; }
p { color: rgb(167,50,218); }
H1.HeaderClassName
{
color: #A732DA;
}
.AnyTagClassName
{
color: #A732DA;
}
</style>
background-color css
<style>
a { background-color: #A732DA; }
a { background-color: rgb(167,50,218); }
div.DivClassName
{
background-color: #A732DA;
}
.BgClassName
{
background-color: #A732DA;
}
</style>
border-color css
<style>
span { border-color: #A732DA; }
span { border-color: rgb(167,50,218); }
td.TdClassName
{
border-color: #A732DA;
}
.TagClassName
{
border-color: #A732DA;
}
</style>