Shades of Dark Orchid #A333DC
Tints of Dark Orchid #A333DC
RGB
CMYK
RGB Variations
Color information
#A333DC (or 0xA333DC) is known color: Dark Orchid. HEX triplet: A3, 33 and DC. RGB value is (163,51,220). Sum of RGB (Red+Green+Blue) = 163+51+220=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A333DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333DC is #5CCC23. Grayscale: #676767. Windows color (decimal): -6081572 or 14431139. OLE color: 14431139.
HSL color Cylindrical-coordinate representation of color #A333DC: hue angle of 279.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A333DC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 51 | 220 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.14 |
| HSL | 279.76º | 0.71% | 0.53% | - |
| HSV(B) | 279.76º | 0.77% | 0.86% | - |
| XYZ | 29.21 | 15.32 | 69.13 | - |
| YUV | 103.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 220 | 0.26 | 0.77 | 0 | 0.14 | 279.76 | 0.71 | 0.53 |
| Hex | A3 | 33 | DC | 1A | 4D | 0 | E | 118 | 47 | 35 |
| Octal | 243 | 63 | 334 | 32 | 115 | 0 | 16 | 430 | 107 | 65 |
| Binary | 10100011 | 110011 | 11011100 | 11010 | 1001101 | 0 | 1110 | 100011000 | 1000111 | 110101 |
Color Harmonies of #A333DC
Complementary color
Monochromatic Colors of #A333DC
Black with #A333DC
Text Example
Text Example
White with #A333DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333DC; }
p { color: rgb(163,51,220); }
H1.HeaderClassName
{
color: #A333DC;
}
.AnyTagClassName
{
color: #A333DC;
}
</style>
background-color css
<style>
a { background-color: #A333DC; }
a { background-color: rgb(163,51,220); }
div.DivClassName
{
background-color: #A333DC;
}
.BgClassName
{
background-color: #A333DC;
}
</style>
border-color css
<style>
span { border-color: #A333DC; }
span { border-color: rgb(163,51,220); }
td.TdClassName
{
border-color: #A333DC;
}
.TagClassName
{
border-color: #A333DC;
}
</style>