Shades of Dark Orchid #A633DC
Tints of Dark Orchid #A633DC
RGB
CMYK
RGB Variations
Color information
#A633DC (or 0xA633DC) is known color: Dark Orchid. HEX triplet: A6, 33 and DC. RGB value is (166,51,220). Sum of RGB (Red+Green+Blue) = 166+51+220=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #A633DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633DC is #59CC23. Grayscale: #686868. Windows color (decimal): -5884964 or 14431142. OLE color: 14431142.
HSL color Cylindrical-coordinate representation of color #A633DC: hue angle of 280.83º 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 #A633DC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 51 | 220 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.14 |
| HSL | 280.83º | 0.71% | 0.53% | - |
| HSV(B) | 280.83º | 0.77% | 0.86% | - |
| XYZ | 29.83 | 15.64 | 69.16 | - |
| YUV | 104.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 220 | 0.25 | 0.77 | 0 | 0.14 | 280.83 | 0.71 | 0.53 |
| Hex | A6 | 33 | DC | 19 | 4D | 0 | E | 119 | 47 | 35 |
| Octal | 246 | 63 | 334 | 31 | 115 | 0 | 16 | 431 | 107 | 65 |
| Binary | 10100110 | 110011 | 11011100 | 11001 | 1001101 | 0 | 1110 | 100011001 | 1000111 | 110101 |
Color Harmonies of #A633DC
Complementary color
Monochromatic Colors of #A633DC
Black with #A633DC
Text Example
Text Example
White with #A633DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633DC; }
p { color: rgb(166,51,220); }
H1.HeaderClassName
{
color: #A633DC;
}
.AnyTagClassName
{
color: #A633DC;
}
</style>
background-color css
<style>
a { background-color: #A633DC; }
a { background-color: rgb(166,51,220); }
div.DivClassName
{
background-color: #A633DC;
}
.BgClassName
{
background-color: #A633DC;
}
</style>
border-color css
<style>
span { border-color: #A633DC; }
span { border-color: rgb(166,51,220); }
td.TdClassName
{
border-color: #A633DC;
}
.TagClassName
{
border-color: #A633DC;
}
</style>