Shades of Dark Orchid #A333DE
Tints of Dark Orchid #A333DE
RGB
CMYK
RGB Variations
Color information
#A333DE (or 0xA333DE) is known color: Dark Orchid. HEX triplet: A3, 33 and DE. RGB value is (163,51,222). Sum of RGB (Red+Green+Blue) = 163+51+222=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #A333DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333DE is #5CCC21. Grayscale: #676767. Windows color (decimal): -6081570 or 14562211. OLE color: 14562211.
HSL color Cylindrical-coordinate representation of color #A333DE: hue angle of 279.3º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A333DE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 51 | 222 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.13 |
| HSL | 279.3º | 0.72% | 0.54% | - |
| HSV(B) | 279.3º | 0.77% | 0.87% | - |
| XYZ | 29.47 | 15.43 | 70.53 | - |
| YUV | 103.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 222 | 0.27 | 0.77 | 0 | 0.13 | 279.3 | 0.72 | 0.54 |
| Hex | A3 | 33 | DE | 1B | 4D | 0 | D | 117 | 48 | 36 |
| Octal | 243 | 63 | 336 | 33 | 115 | 0 | 15 | 427 | 110 | 66 |
| Binary | 10100011 | 110011 | 11011110 | 11011 | 1001101 | 0 | 1101 | 100010111 | 1001000 | 110110 |
Color Harmonies of #A333DE
Complementary color
Monochromatic Colors of #A333DE
Black with #A333DE
Text Example
Text Example
White with #A333DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333DE; }
p { color: rgb(163,51,222); }
H1.HeaderClassName
{
color: #A333DE;
}
.AnyTagClassName
{
color: #A333DE;
}
</style>
background-color css
<style>
a { background-color: #A333DE; }
a { background-color: rgb(163,51,222); }
div.DivClassName
{
background-color: #A333DE;
}
.BgClassName
{
background-color: #A333DE;
}
</style>
border-color css
<style>
span { border-color: #A333DE; }
span { border-color: rgb(163,51,222); }
td.TdClassName
{
border-color: #A333DE;
}
.TagClassName
{
border-color: #A333DE;
}
</style>