Shades of Dark Orchid #A133BC
Tints of Dark Orchid #A133BC
RGB
CMYK
RGB Variations
Color information
#A133BC (or 0xA133BC) is known color: Dark Orchid. HEX triplet: A1, 33 and BC. RGB value is (161,51,188). Sum of RGB (Red+Green+Blue) = 161+51+188=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A133BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133BC is #5ECC43. Grayscale: #636363. Windows color (decimal): -6212676 or 12333985. OLE color: 12333985.
HSL color Cylindrical-coordinate representation of color #A133BC: hue angle of 288.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A133BC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 51 | 188 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.26 |
| HSL | 288.18º | 0.57% | 0.47% | - |
| HSV(B) | 288.18º | 0.73% | 0.74% | - |
| XYZ | 24.96 | 13.58 | 48.88 | - |
| YUV | 99.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 188 | 0.14 | 0.73 | 0 | 0.26 | 288.18 | 0.57 | 0.47 |
| Hex | A1 | 33 | BC | E | 49 | 0 | 1A | 120 | 39 | 2F |
| Octal | 241 | 63 | 274 | 16 | 111 | 0 | 32 | 440 | 71 | 57 |
| Binary | 10100001 | 110011 | 10111100 | 1110 | 1001001 | 0 | 11010 | 100100000 | 111001 | 101111 |
Color Harmonies of #A133BC
Complementary color
Monochromatic Colors of #A133BC
Black with #A133BC
Text Example
Text Example
White with #A133BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133BC; }
p { color: rgb(161,51,188); }
H1.HeaderClassName
{
color: #A133BC;
}
.AnyTagClassName
{
color: #A133BC;
}
</style>
background-color css
<style>
a { background-color: #A133BC; }
a { background-color: rgb(161,51,188); }
div.DivClassName
{
background-color: #A133BC;
}
.BgClassName
{
background-color: #A133BC;
}
</style>
border-color css
<style>
span { border-color: #A133BC; }
span { border-color: rgb(161,51,188); }
td.TdClassName
{
border-color: #A133BC;
}
.TagClassName
{
border-color: #A133BC;
}
</style>