Shades of Dark Orchid #A623BD
Tints of Dark Orchid #A623BD
RGB
CMYK
RGB Variations
Color information
#A623BD (or 0xA623BD) is known color: Dark Orchid. HEX triplet: A6, 23 and BD. RGB value is (166,35,189). Sum of RGB (Red+Green+Blue) = 166+35+189=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A623BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623BD is #59DC42. Grayscale: #5B5B5B. Windows color (decimal): -5889091 or 12395430. OLE color: 12395430.
HSL color Cylindrical-coordinate representation of color #A623BD: hue angle of 291.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A623BD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 35 | 189 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.26 |
| HSL | 291.04º | 0.69% | 0.44% | - |
| HSV(B) | 291.04º | 0.81% | 0.74% | - |
| XYZ | 25.51 | 12.98 | 49.31 | - |
| YUV | 91.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 189 | 0.12 | 0.81 | 0 | 0.26 | 291.04 | 0.69 | 0.44 |
| Hex | A6 | 23 | BD | C | 51 | 0 | 1A | 123 | 45 | 2C |
| Octal | 246 | 43 | 275 | 14 | 121 | 0 | 32 | 443 | 105 | 54 |
| Binary | 10100110 | 100011 | 10111101 | 1100 | 1010001 | 0 | 11010 | 100100011 | 1000101 | 101100 |
Color Harmonies of #A623BD
Complementary color
Monochromatic Colors of #A623BD
Black with #A623BD
Text Example
Text Example
White with #A623BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623BD; }
p { color: rgb(166,35,189); }
H1.HeaderClassName
{
color: #A623BD;
}
.AnyTagClassName
{
color: #A623BD;
}
</style>
background-color css
<style>
a { background-color: #A623BD; }
a { background-color: rgb(166,35,189); }
div.DivClassName
{
background-color: #A623BD;
}
.BgClassName
{
background-color: #A623BD;
}
</style>
border-color css
<style>
span { border-color: #A623BD; }
span { border-color: rgb(166,35,189); }
td.TdClassName
{
border-color: #A623BD;
}
.TagClassName
{
border-color: #A623BD;
}
</style>