Shades of Dark Orchid #A623AC
Tints of Dark Orchid #A623AC
RGB
CMYK
RGB Variations
Color information
#A623AC (or 0xA623AC) is known color: Dark Orchid. HEX triplet: A6, 23 and AC. RGB value is (166,35,172). Sum of RGB (Red+Green+Blue) = 166+35+172=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #A623AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AC is #59DC53. Grayscale: #595959. Windows color (decimal): -5889108 or 11281318. OLE color: 11281318.
HSL color Cylindrical-coordinate representation of color #A623AC: hue angle of 297.37º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A623AC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 35 | 172 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.33 |
| HSL | 297.37º | 0.66% | 0.41% | - |
| HSV(B) | 297.37º | 0.8% | 0.67% | - |
| XYZ | 23.77 | 12.29 | 40.15 | - |
| YUV | 89.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 172 | 0.03 | 0.80 | 0 | 0.33 | 297.37 | 0.66 | 0.41 |
| Hex | A6 | 23 | AC | 3 | 50 | 0 | 21 | 129 | 42 | 29 |
| Octal | 246 | 43 | 254 | 3 | 120 | 0 | 41 | 451 | 102 | 51 |
| Binary | 10100110 | 100011 | 10101100 | 11 | 1010000 | 0 | 100001 | 100101001 | 1000010 | 101001 |
Color Harmonies of #A623AC
Complementary color
Monochromatic Colors of #A623AC
Black with #A623AC
Text Example
Text Example
White with #A623AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623AC; }
p { color: rgb(166,35,172); }
H1.HeaderClassName
{
color: #A623AC;
}
.AnyTagClassName
{
color: #A623AC;
}
</style>
background-color css
<style>
a { background-color: #A623AC; }
a { background-color: rgb(166,35,172); }
div.DivClassName
{
background-color: #A623AC;
}
.BgClassName
{
background-color: #A623AC;
}
</style>
border-color css
<style>
span { border-color: #A623AC; }
span { border-color: rgb(166,35,172); }
td.TdClassName
{
border-color: #A623AC;
}
.TagClassName
{
border-color: #A623AC;
}
</style>