Shades of Dark Orchid #A633D2
Tints of Dark Orchid #A633D2
RGB
CMYK
RGB Variations
Color information
#A633D2 (or 0xA633D2) is known color: Dark Orchid. HEX triplet: A6, 33 and D2. RGB value is (166,51,210). Sum of RGB (Red+Green+Blue) = 166+51+210=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #A633D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633D2 is #59CC2D. Grayscale: #666666. Windows color (decimal): -5884974 or 13775782. OLE color: 13775782.
HSL color Cylindrical-coordinate representation of color #A633D2: hue angle of 283.4º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A633D2 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 51 | 210 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.18 |
| HSL | 283.4º | 0.64% | 0.51% | - |
| HSV(B) | 283.4º | 0.76% | 0.82% | - |
| XYZ | 28.54 | 15.13 | 62.39 | - |
| YUV | 103.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 210 | 0.21 | 0.76 | 0 | 0.18 | 283.4 | 0.64 | 0.51 |
| Hex | A6 | 33 | D2 | 15 | 4C | 0 | 12 | 11B | 40 | 33 |
| Octal | 246 | 63 | 322 | 25 | 114 | 0 | 22 | 433 | 100 | 63 |
| Binary | 10100110 | 110011 | 11010010 | 10101 | 1001100 | 0 | 10010 | 100011011 | 1000000 | 110011 |
Color Harmonies of #A633D2
Complementary color
Monochromatic Colors of #A633D2
Black with #A633D2
Text Example
Text Example
White with #A633D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633D2; }
p { color: rgb(166,51,210); }
H1.HeaderClassName
{
color: #A633D2;
}
.AnyTagClassName
{
color: #A633D2;
}
</style>
background-color css
<style>
a { background-color: #A633D2; }
a { background-color: rgb(166,51,210); }
div.DivClassName
{
background-color: #A633D2;
}
.BgClassName
{
background-color: #A633D2;
}
</style>
border-color css
<style>
span { border-color: #A633D2; }
span { border-color: rgb(166,51,210); }
td.TdClassName
{
border-color: #A633D2;
}
.TagClassName
{
border-color: #A633D2;
}
</style>