Shades of Dark Orchid #A623AB
Tints of Dark Orchid #A623AB
RGB
CMYK
RGB Variations
Color information
#A623AB (or 0xA623AB) is known color: Dark Orchid. HEX triplet: A6, 23 and AB. RGB value is (166,35,171). Sum of RGB (Red+Green+Blue) = 166+35+171=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A623AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AB is #59DC54. Grayscale: #595959. Windows color (decimal): -5889109 or 11215782. OLE color: 11215782.
HSL color Cylindrical-coordinate representation of color #A623AB: hue angle of 297.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A623AB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 35 | 171 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.33 |
| HSL | 297.79º | 0.66% | 0.4% | - |
| HSV(B) | 297.79º | 0.8% | 0.67% | - |
| XYZ | 23.68 | 12.25 | 39.64 | - |
| YUV | 89.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 171 | 0.03 | 0.80 | 0 | 0.33 | 297.79 | 0.66 | 0.4 |
| Hex | A6 | 23 | AB | 3 | 50 | 0 | 21 | 12A | 42 | 28 |
| Octal | 246 | 43 | 253 | 3 | 120 | 0 | 41 | 452 | 102 | 50 |
| Binary | 10100110 | 100011 | 10101011 | 11 | 1010000 | 0 | 100001 | 100101010 | 1000010 | 101000 |
Color Harmonies of #A623AB
Complementary color
Monochromatic Colors of #A623AB
Black with #A623AB
Text Example
Text Example
White with #A623AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623AB; }
p { color: rgb(166,35,171); }
H1.HeaderClassName
{
color: #A623AB;
}
.AnyTagClassName
{
color: #A623AB;
}
</style>
background-color css
<style>
a { background-color: #A623AB; }
a { background-color: rgb(166,35,171); }
div.DivClassName
{
background-color: #A623AB;
}
.BgClassName
{
background-color: #A623AB;
}
</style>
border-color css
<style>
span { border-color: #A623AB; }
span { border-color: rgb(166,35,171); }
td.TdClassName
{
border-color: #A623AB;
}
.TagClassName
{
border-color: #A623AB;
}
</style>