Shades of Dark Orchid #A733DA
Tints of Dark Orchid #A733DA
RGB
CMYK
RGB Variations
Color information
#A733DA (or 0xA733DA) is known color: Dark Orchid. HEX triplet: A7, 33 and DA. RGB value is (167,51,218). Sum of RGB (Red+Green+Blue) = 167+51+218=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #A733DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733DA is #58CC25. Grayscale: #686868. Windows color (decimal): -5819430 or 14300071. OLE color: 14300071.
HSL color Cylindrical-coordinate representation of color #A733DA: hue angle of 281.68º 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 #A733DA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 51 | 218 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.15 |
| HSL | 281.68º | 0.69% | 0.53% | - |
| HSV(B) | 281.68º | 0.77% | 0.85% | - |
| XYZ | 29.78 | 15.65 | 67.78 | - |
| YUV | 104.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 218 | 0.23 | 0.77 | 0 | 0.15 | 281.68 | 0.69 | 0.53 |
| Hex | A7 | 33 | DA | 17 | 4D | 0 | F | 11A | 45 | 35 |
| Octal | 247 | 63 | 332 | 27 | 115 | 0 | 17 | 432 | 105 | 65 |
| Binary | 10100111 | 110011 | 11011010 | 10111 | 1001101 | 0 | 1111 | 100011010 | 1000101 | 110101 |
Color Harmonies of #A733DA
Complementary color
Monochromatic Colors of #A733DA
Black with #A733DA
Text Example
Text Example
White with #A733DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A733DA; }
p { color: rgb(167,51,218); }
H1.HeaderClassName
{
color: #A733DA;
}
.AnyTagClassName
{
color: #A733DA;
}
</style>
background-color css
<style>
a { background-color: #A733DA; }
a { background-color: rgb(167,51,218); }
div.DivClassName
{
background-color: #A733DA;
}
.BgClassName
{
background-color: #A733DA;
}
</style>
border-color css
<style>
span { border-color: #A733DA; }
span { border-color: rgb(167,51,218); }
td.TdClassName
{
border-color: #A733DA;
}
.TagClassName
{
border-color: #A733DA;
}
</style>