Shades of Dark Orchid #A63AB2
Tints of Dark Orchid #A63AB2
RGB
CMYK
RGB Variations
Color information
#A63AB2 (or 0xA63AB2) is known color: Dark Orchid. HEX triplet: A6, 3A and B2. RGB value is (166,58,178). Sum of RGB (Red+Green+Blue) = 166+58+178=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #A63AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AB2 is #59C54D. Grayscale: #676767. Windows color (decimal): -5883214 or 11680422. OLE color: 11680422.
HSL color Cylindrical-coordinate representation of color #A63AB2: hue angle of 294º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63AB2 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 58 | 178 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.30 |
| HSL | 294º | 0.51% | 0.46% | - |
| HSV(B) | 294º | 0.67% | 0.7% | - |
| XYZ | 25.27 | 14.35 | 43.56 | - |
| YUV | 103.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 178 | 0.07 | 0.67 | 0 | 0.30 | 294 | 0.51 | 0.46 |
| Hex | A6 | 3A | B2 | 7 | 43 | 0 | 1E | 126 | 33 | 2E |
| Octal | 246 | 72 | 262 | 7 | 103 | 0 | 36 | 446 | 63 | 56 |
| Binary | 10100110 | 111010 | 10110010 | 111 | 1000011 | 0 | 11110 | 100100110 | 110011 | 101110 |
Color Harmonies of #A63AB2
Complementary color
Monochromatic Colors of #A63AB2
Black with #A63AB2
Text Example
Text Example
White with #A63AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AB2; }
p { color: rgb(166,58,178); }
H1.HeaderClassName
{
color: #A63AB2;
}
.AnyTagClassName
{
color: #A63AB2;
}
</style>
background-color css
<style>
a { background-color: #A63AB2; }
a { background-color: rgb(166,58,178); }
div.DivClassName
{
background-color: #A63AB2;
}
.BgClassName
{
background-color: #A63AB2;
}
</style>
border-color css
<style>
span { border-color: #A63AB2; }
span { border-color: rgb(166,58,178); }
td.TdClassName
{
border-color: #A63AB2;
}
.TagClassName
{
border-color: #A63AB2;
}
</style>