Shades of Dark Orchid #A633E6
Tints of Dark Orchid #A633E6
RGB
CMYK
RGB Variations
Color information
#A633E6 (or 0xA633E6) is known color: Dark Orchid. HEX triplet: A6, 33 and E6. RGB value is (166,51,230). Sum of RGB (Red+Green+Blue) = 166+51+230=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #A633E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A633E6 is #59CC19. Grayscale: #696969. Windows color (decimal): -5884954 or 15086502. OLE color: 15086502.
HSL color Cylindrical-coordinate representation of color #A633E6: hue angle of 278.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A633E6 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 51 | 230 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.10 |
| HSL | 278.55º | 0.78% | 0.55% | - |
| HSV(B) | 278.55º | 0.78% | 0.9% | - |
| XYZ | 31.19 | 16.19 | 76.34 | - |
| YUV | 105.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 230 | 0.28 | 0.78 | 0 | 0.10 | 278.55 | 0.78 | 0.55 |
| Hex | A6 | 33 | E6 | 1C | 4E | 0 | A | 117 | 4E | 37 |
| Octal | 246 | 63 | 346 | 34 | 116 | 0 | 12 | 427 | 116 | 67 |
| Binary | 10100110 | 110011 | 11100110 | 11100 | 1001110 | 0 | 1010 | 100010111 | 1001110 | 110111 |
Color Harmonies of #A633E6
Complementary color
Monochromatic Colors of #A633E6
Black with #A633E6
Text Example
Text Example
White with #A633E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633E6; }
p { color: rgb(166,51,230); }
H1.HeaderClassName
{
color: #A633E6;
}
.AnyTagClassName
{
color: #A633E6;
}
</style>
background-color css
<style>
a { background-color: #A633E6; }
a { background-color: rgb(166,51,230); }
div.DivClassName
{
background-color: #A633E6;
}
.BgClassName
{
background-color: #A633E6;
}
</style>
border-color css
<style>
span { border-color: #A633E6; }
span { border-color: rgb(166,51,230); }
td.TdClassName
{
border-color: #A633E6;
}
.TagClassName
{
border-color: #A633E6;
}
</style>