Shades of Dark Orchid #A630BA
Tints of Dark Orchid #A630BA
RGB
CMYK
RGB Variations
Color information
#A630BA (or 0xA630BA) is known color: Dark Orchid. HEX triplet: A6, 30 and BA. RGB value is (166,48,186). Sum of RGB (Red+Green+Blue) = 166+48+186=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A630BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630BA is #59CF45. Grayscale: #626262. Windows color (decimal): -5885766 or 12202150. OLE color: 12202150.
HSL color Cylindrical-coordinate representation of color #A630BA: hue angle of 291.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A630BA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 48 | 186 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.27 |
| HSL | 291.3º | 0.59% | 0.46% | - |
| HSV(B) | 291.3º | 0.74% | 0.73% | - |
| XYZ | 25.65 | 13.77 | 47.76 | - |
| YUV | 99.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 186 | 0.11 | 0.74 | 0 | 0.27 | 291.3 | 0.59 | 0.46 |
| Hex | A6 | 30 | BA | B | 4A | 0 | 1B | 123 | 3B | 2E |
| Octal | 246 | 60 | 272 | 13 | 112 | 0 | 33 | 443 | 73 | 56 |
| Binary | 10100110 | 110000 | 10111010 | 1011 | 1001010 | 0 | 11011 | 100100011 | 111011 | 101110 |
Color Harmonies of #A630BA
Complementary color
Monochromatic Colors of #A630BA
Black with #A630BA
Text Example
Text Example
White with #A630BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630BA; }
p { color: rgb(166,48,186); }
H1.HeaderClassName
{
color: #A630BA;
}
.AnyTagClassName
{
color: #A630BA;
}
</style>
background-color css
<style>
a { background-color: #A630BA; }
a { background-color: rgb(166,48,186); }
div.DivClassName
{
background-color: #A630BA;
}
.BgClassName
{
background-color: #A630BA;
}
</style>
border-color css
<style>
span { border-color: #A630BA; }
span { border-color: rgb(166,48,186); }
td.TdClassName
{
border-color: #A630BA;
}
.TagClassName
{
border-color: #A630BA;
}
</style>