Shades of Dark Orchid #A33BE5
Tints of Dark Orchid #A33BE5
RGB
CMYK
RGB Variations
Color information
#A33BE5 (or 0xA33BE5) is known color: Dark Orchid. HEX triplet: A3, 3B and E5. RGB value is (163,59,229). Sum of RGB (Red+Green+Blue) = 163+59+229=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #A33BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BE5 is #5CC41A. Grayscale: #6C6C6C. Windows color (decimal): -6079515 or 15023011. OLE color: 15023011.
HSL color Cylindrical-coordinate representation of color #A33BE5: hue angle of 276.71º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33BE5 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 59 | 229 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.10 |
| HSL | 276.71º | 0.77% | 0.56% | - |
| HSV(B) | 276.71º | 0.74% | 0.9% | - |
| XYZ | 30.81 | 16.57 | 75.7 | - |
| YUV | 109.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 229 | 0.29 | 0.74 | 0 | 0.10 | 276.71 | 0.77 | 0.56 |
| Hex | A3 | 3B | E5 | 1D | 4A | 0 | A | 115 | 4D | 38 |
| Octal | 243 | 73 | 345 | 35 | 112 | 0 | 12 | 425 | 115 | 70 |
| Binary | 10100011 | 111011 | 11100101 | 11101 | 1001010 | 0 | 1010 | 100010101 | 1001101 | 111000 |
Color Harmonies of #A33BE5
Complementary color
Monochromatic Colors of #A33BE5
Black with #A33BE5
Text Example
Text Example
White with #A33BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BE5; }
p { color: rgb(163,59,229); }
H1.HeaderClassName
{
color: #A33BE5;
}
.AnyTagClassName
{
color: #A33BE5;
}
</style>
background-color css
<style>
a { background-color: #A33BE5; }
a { background-color: rgb(163,59,229); }
div.DivClassName
{
background-color: #A33BE5;
}
.BgClassName
{
background-color: #A33BE5;
}
</style>
border-color css
<style>
span { border-color: #A33BE5; }
span { border-color: rgb(163,59,229); }
td.TdClassName
{
border-color: #A33BE5;
}
.TagClassName
{
border-color: #A33BE5;
}
</style>