Shades of Dark Orchid #A333E0
Tints of Dark Orchid #A333E0
RGB
CMYK
RGB Variations
Color information
#A333E0 (or 0xA333E0) is known color: Dark Orchid. HEX triplet: A3, 33 and E0. RGB value is (163,51,224). Sum of RGB (Red+Green+Blue) = 163+51+224=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #A333E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333E0 is #5CCC1F. Grayscale: #676767. Windows color (decimal): -6081568 or 14693283. OLE color: 14693283.
HSL color Cylindrical-coordinate representation of color #A333E0: hue angle of 278.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A333E0 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 51 | 224 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.12 |
| HSL | 278.84º | 0.74% | 0.54% | - |
| HSV(B) | 278.84º | 0.77% | 0.88% | - |
| XYZ | 29.74 | 15.54 | 71.95 | - |
| YUV | 104.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 224 | 0.27 | 0.77 | 0 | 0.12 | 278.84 | 0.74 | 0.54 |
| Hex | A3 | 33 | E0 | 1B | 4D | 0 | C | 117 | 4A | 36 |
| Octal | 243 | 63 | 340 | 33 | 115 | 0 | 14 | 427 | 112 | 66 |
| Binary | 10100011 | 110011 | 11100000 | 11011 | 1001101 | 0 | 1100 | 100010111 | 1001010 | 110110 |
Color Harmonies of #A333E0
Complementary color
Monochromatic Colors of #A333E0
Black with #A333E0
Text Example
Text Example
White with #A333E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333E0; }
p { color: rgb(163,51,224); }
H1.HeaderClassName
{
color: #A333E0;
}
.AnyTagClassName
{
color: #A333E0;
}
</style>
background-color css
<style>
a { background-color: #A333E0; }
a { background-color: rgb(163,51,224); }
div.DivClassName
{
background-color: #A333E0;
}
.BgClassName
{
background-color: #A333E0;
}
</style>
border-color css
<style>
span { border-color: #A333E0; }
span { border-color: rgb(163,51,224); }
td.TdClassName
{
border-color: #A333E0;
}
.TagClassName
{
border-color: #A333E0;
}
</style>