Shades of Dark Orchid #A63AB3
Tints of Dark Orchid #A63AB3
RGB
CMYK
RGB Variations
Color information
#A63AB3 (or 0xA63AB3) is known color: Dark Orchid. HEX triplet: A6, 3A and B3. RGB value is (166,58,179). Sum of RGB (Red+Green+Blue) = 166+58+179=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #A63AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AB3 is #59C54C. Grayscale: #676767. Windows color (decimal): -5883213 or 11745958. OLE color: 11745958.
HSL color Cylindrical-coordinate representation of color #A63AB3: hue angle of 293.55º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63AB3 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 58 | 179 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.30 |
| HSL | 293.55º | 0.51% | 0.46% | - |
| HSV(B) | 293.55º | 0.68% | 0.7% | - |
| XYZ | 25.38 | 14.39 | 44.09 | - |
| YUV | 104.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 179 | 0.07 | 0.68 | 0 | 0.30 | 293.55 | 0.51 | 0.46 |
| Hex | A6 | 3A | B3 | 7 | 44 | 0 | 1E | 126 | 33 | 2E |
| Octal | 246 | 72 | 263 | 7 | 104 | 0 | 36 | 446 | 63 | 56 |
| Binary | 10100110 | 111010 | 10110011 | 111 | 1000100 | 0 | 11110 | 100100110 | 110011 | 101110 |
Color Harmonies of #A63AB3
Complementary color
Monochromatic Colors of #A63AB3
Black with #A63AB3
Text Example
Text Example
White with #A63AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AB3; }
p { color: rgb(166,58,179); }
H1.HeaderClassName
{
color: #A63AB3;
}
.AnyTagClassName
{
color: #A63AB3;
}
</style>
background-color css
<style>
a { background-color: #A63AB3; }
a { background-color: rgb(166,58,179); }
div.DivClassName
{
background-color: #A63AB3;
}
.BgClassName
{
background-color: #A63AB3;
}
</style>
border-color css
<style>
span { border-color: #A63AB3; }
span { border-color: rgb(166,58,179); }
td.TdClassName
{
border-color: #A63AB3;
}
.TagClassName
{
border-color: #A63AB3;
}
</style>