Shades of Dark Orchid #A733B7
Tints of Dark Orchid #A733B7
RGB
CMYK
RGB Variations
Color information
#A733B7 (or 0xA733B7) is known color: Dark Orchid. HEX triplet: A7, 33 and B7. RGB value is (167,51,183). Sum of RGB (Red+Green+Blue) = 167+51+183=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #A733B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733B7 is #58CC48. Grayscale: #646464. Windows color (decimal): -5819465 or 12006311. OLE color: 12006311.
HSL color Cylindrical-coordinate representation of color #A733B7: hue angle of 292.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A733B7 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 51 | 183 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.28 |
| HSL | 292.73º | 0.56% | 0.46% | - |
| HSV(B) | 292.73º | 0.72% | 0.72% | - |
| XYZ | 25.67 | 14 | 46.15 | - |
| YUV | 100.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 183 | 0.09 | 0.72 | 0 | 0.28 | 292.73 | 0.56 | 0.46 |
| Hex | A7 | 33 | B7 | 9 | 48 | 0 | 1C | 125 | 38 | 2E |
| Octal | 247 | 63 | 267 | 11 | 110 | 0 | 34 | 445 | 70 | 56 |
| Binary | 10100111 | 110011 | 10110111 | 1001 | 1001000 | 0 | 11100 | 100100101 | 111000 | 101110 |
Color Harmonies of #A733B7
Complementary color
Monochromatic Colors of #A733B7
Black with #A733B7
Text Example
Text Example
White with #A733B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A733B7; }
p { color: rgb(167,51,183); }
H1.HeaderClassName
{
color: #A733B7;
}
.AnyTagClassName
{
color: #A733B7;
}
</style>
background-color css
<style>
a { background-color: #A733B7; }
a { background-color: rgb(167,51,183); }
div.DivClassName
{
background-color: #A733B7;
}
.BgClassName
{
background-color: #A733B7;
}
</style>
border-color css
<style>
span { border-color: #A733B7; }
span { border-color: rgb(167,51,183); }
td.TdClassName
{
border-color: #A733B7;
}
.TagClassName
{
border-color: #A733B7;
}
</style>