Shades of Dark Orchid #A133DF
Tints of Dark Orchid #A133DF
RGB
CMYK
RGB Variations
Color information
#A133DF (or 0xA133DF) is known color: Dark Orchid. HEX triplet: A1, 33 and DF. RGB value is (161,51,223). Sum of RGB (Red+Green+Blue) = 161+51+223=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A133DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133DF is #5ECC20. Grayscale: #666666. Windows color (decimal): -6212641 or 14627745. OLE color: 14627745.
HSL color Cylindrical-coordinate representation of color #A133DF: hue angle of 278.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A133DF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 51 | 223 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.13 |
| HSL | 278.37º | 0.73% | 0.54% | - |
| HSV(B) | 278.37º | 0.77% | 0.87% | - |
| XYZ | 29.2 | 15.27 | 71.22 | - |
| YUV | 103.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 223 | 0.28 | 0.77 | 0 | 0.13 | 278.37 | 0.73 | 0.54 |
| Hex | A1 | 33 | DF | 1C | 4D | 0 | D | 116 | 49 | 36 |
| Octal | 241 | 63 | 337 | 34 | 115 | 0 | 15 | 426 | 111 | 66 |
| Binary | 10100001 | 110011 | 11011111 | 11100 | 1001101 | 0 | 1101 | 100010110 | 1001001 | 110110 |
Color Harmonies of #A133DF
Complementary color
Monochromatic Colors of #A133DF
Black with #A133DF
Text Example
Text Example
White with #A133DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133DF; }
p { color: rgb(161,51,223); }
H1.HeaderClassName
{
color: #A133DF;
}
.AnyTagClassName
{
color: #A133DF;
}
</style>
background-color css
<style>
a { background-color: #A133DF; }
a { background-color: rgb(161,51,223); }
div.DivClassName
{
background-color: #A133DF;
}
.BgClassName
{
background-color: #A133DF;
}
</style>
border-color css
<style>
span { border-color: #A133DF; }
span { border-color: rgb(161,51,223); }
td.TdClassName
{
border-color: #A133DF;
}
.TagClassName
{
border-color: #A133DF;
}
</style>