Shades of Dark Orchid #A133CE
Tints of Dark Orchid #A133CE
RGB
CMYK
RGB Variations
Color information
#A133CE (or 0xA133CE) is known color: Dark Orchid. HEX triplet: A1, 33 and CE. RGB value is (161,51,206). Sum of RGB (Red+Green+Blue) = 161+51+206=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A133CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133CE is #5ECC31. Grayscale: #656565. Windows color (decimal): -6212658 or 13513633. OLE color: 13513633.
HSL color Cylindrical-coordinate representation of color #A133CE: hue angle of 282.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A133CE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 51 | 206 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.19 |
| HSL | 282.58º | 0.61% | 0.5% | - |
| HSV(B) | 282.58º | 0.75% | 0.81% | - |
| XYZ | 27.02 | 14.4 | 59.75 | - |
| YUV | 101.56 | 186.94 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 206 | 0.22 | 0.75 | 0 | 0.19 | 282.58 | 0.61 | 0.5 |
| Hex | A1 | 33 | CE | 16 | 4B | 0 | 13 | 11B | 3D | 32 |
| Octal | 241 | 63 | 316 | 26 | 113 | 0 | 23 | 433 | 75 | 62 |
| Binary | 10100001 | 110011 | 11001110 | 10110 | 1001011 | 0 | 10011 | 100011011 | 111101 | 110010 |
Color Harmonies of #A133CE
Complementary color
Monochromatic Colors of #A133CE
Black with #A133CE
Text Example
Text Example
White with #A133CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133CE; }
p { color: rgb(161,51,206); }
H1.HeaderClassName
{
color: #A133CE;
}
.AnyTagClassName
{
color: #A133CE;
}
</style>
background-color css
<style>
a { background-color: #A133CE; }
a { background-color: rgb(161,51,206); }
div.DivClassName
{
background-color: #A133CE;
}
.BgClassName
{
background-color: #A133CE;
}
</style>
border-color css
<style>
span { border-color: #A133CE; }
span { border-color: rgb(161,51,206); }
td.TdClassName
{
border-color: #A133CE;
}
.TagClassName
{
border-color: #A133CE;
}
</style>