Shades of Dark Orchid #A633BE
Tints of Dark Orchid #A633BE
RGB
CMYK
RGB Variations
Color information
#A633BE (or 0xA633BE) is known color: Dark Orchid. HEX triplet: A6, 33 and BE. RGB value is (166,51,190). Sum of RGB (Red+Green+Blue) = 166+51+190=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A633BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633BE is #59CC41. Grayscale: #646464. Windows color (decimal): -5884994 or 12465062. OLE color: 12465062.
HSL color Cylindrical-coordinate representation of color #A633BE: hue angle of 289.64º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A633BE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 51 | 190 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.25 |
| HSL | 289.64º | 0.58% | 0.47% | - |
| HSV(B) | 289.64º | 0.73% | 0.75% | - |
| XYZ | 26.2 | 14.19 | 50.07 | - |
| YUV | 101.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 190 | 0.13 | 0.73 | 0 | 0.25 | 289.64 | 0.58 | 0.47 |
| Hex | A6 | 33 | BE | D | 49 | 0 | 19 | 122 | 3A | 2F |
| Octal | 246 | 63 | 276 | 15 | 111 | 0 | 31 | 442 | 72 | 57 |
| Binary | 10100110 | 110011 | 10111110 | 1101 | 1001001 | 0 | 11001 | 100100010 | 111010 | 101111 |
Color Harmonies of #A633BE
Complementary color
Monochromatic Colors of #A633BE
Black with #A633BE
Text Example
Text Example
White with #A633BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633BE; }
p { color: rgb(166,51,190); }
H1.HeaderClassName
{
color: #A633BE;
}
.AnyTagClassName
{
color: #A633BE;
}
</style>
background-color css
<style>
a { background-color: #A633BE; }
a { background-color: rgb(166,51,190); }
div.DivClassName
{
background-color: #A633BE;
}
.BgClassName
{
background-color: #A633BE;
}
</style>
border-color css
<style>
span { border-color: #A633BE; }
span { border-color: rgb(166,51,190); }
td.TdClassName
{
border-color: #A633BE;
}
.TagClassName
{
border-color: #A633BE;
}
</style>