Shades of Dark Orchid #A33EE5
Tints of Dark Orchid #A33EE5
RGB
CMYK
RGB Variations
Color information
#A33EE5 (or 0xA33EE5) is known color: Dark Orchid. HEX triplet: A3, 3E and E5. RGB value is (163,62,229). Sum of RGB (Red+Green+Blue) = 163+62+229=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #A33EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EE5 is #5CC11A. Grayscale: #6E6E6E. Windows color (decimal): -6078747 or 15023779. OLE color: 15023779.
HSL color Cylindrical-coordinate representation of color #A33EE5: hue angle of 276.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33EE5 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 62 | 229 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.10 |
| HSL | 276.29º | 0.76% | 0.57% | - |
| HSV(B) | 276.29º | 0.73% | 0.9% | - |
| XYZ | 30.97 | 16.89 | 75.76 | - |
| YUV | 111.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 229 | 0.29 | 0.73 | 0 | 0.10 | 276.29 | 0.76 | 0.57 |
| Hex | A3 | 3E | E5 | 1D | 49 | 0 | A | 114 | 4C | 39 |
| Octal | 243 | 76 | 345 | 35 | 111 | 0 | 12 | 424 | 114 | 71 |
| Binary | 10100011 | 111110 | 11100101 | 11101 | 1001001 | 0 | 1010 | 100010100 | 1001100 | 111001 |
Color Harmonies of #A33EE5
Complementary color
Monochromatic Colors of #A33EE5
Black with #A33EE5
Text Example
Text Example
White with #A33EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EE5; }
p { color: rgb(163,62,229); }
H1.HeaderClassName
{
color: #A33EE5;
}
.AnyTagClassName
{
color: #A33EE5;
}
</style>
background-color css
<style>
a { background-color: #A33EE5; }
a { background-color: rgb(163,62,229); }
div.DivClassName
{
background-color: #A33EE5;
}
.BgClassName
{
background-color: #A33EE5;
}
</style>
border-color css
<style>
span { border-color: #A33EE5; }
span { border-color: rgb(163,62,229); }
td.TdClassName
{
border-color: #A33EE5;
}
.TagClassName
{
border-color: #A33EE5;
}
</style>