Shades of Dark Orchid #A63ACC
Tints of Dark Orchid #A63ACC
RGB
CMYK
RGB Variations
Color information
#A63ACC (or 0xA63ACC) is known color: Dark Orchid. HEX triplet: A6, 3A and CC. RGB value is (166,58,204). Sum of RGB (Red+Green+Blue) = 166+58+204=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ACC is #59C533. Grayscale: #6A6A6A. Windows color (decimal): -5883188 or 13384358. OLE color: 13384358.
HSL color Cylindrical-coordinate representation of color #A63ACC: hue angle of 284.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63ACC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 58 | 204 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.2 |
| HSL | 284.38º | 0.59% | 0.51% | - |
| HSV(B) | 284.38º | 0.72% | 0.8% | - |
| XYZ | 28.14 | 15.49 | 58.63 | - |
| YUV | 106.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 204 | 0.19 | 0.72 | 0 | 0.2 | 284.38 | 0.59 | 0.51 |
| Hex | A6 | 3A | CC | 13 | 48 | 0 | 14 | 11C | 3B | 33 |
| Octal | 246 | 72 | 314 | 23 | 110 | 0 | 24 | 434 | 73 | 63 |
| Binary | 10100110 | 111010 | 11001100 | 10011 | 1001000 | 0 | 10100 | 100011100 | 111011 | 110011 |
Color Harmonies of #A63ACC
Complementary color
Monochromatic Colors of #A63ACC
Black with #A63ACC
Text Example
Text Example
White with #A63ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ACC; }
p { color: rgb(166,58,204); }
H1.HeaderClassName
{
color: #A63ACC;
}
.AnyTagClassName
{
color: #A63ACC;
}
</style>
background-color css
<style>
a { background-color: #A63ACC; }
a { background-color: rgb(166,58,204); }
div.DivClassName
{
background-color: #A63ACC;
}
.BgClassName
{
background-color: #A63ACC;
}
</style>
border-color css
<style>
span { border-color: #A63ACC; }
span { border-color: rgb(166,58,204); }
td.TdClassName
{
border-color: #A63ACC;
}
.TagClassName
{
border-color: #A63ACC;
}
</style>