Shades of Dark Orchid #A623BE
Tints of Dark Orchid #A623BE
RGB
CMYK
RGB Variations
Color information
#A623BE (or 0xA623BE) is known color: Dark Orchid. HEX triplet: A6, 23 and BE. RGB value is (166,35,190). Sum of RGB (Red+Green+Blue) = 166+35+190=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A623BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623BE is #59DC41. Grayscale: #5B5B5B. Windows color (decimal): -5889090 or 12460966. OLE color: 12460966.
HSL color Cylindrical-coordinate representation of color #A623BE: hue angle of 290.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A623BE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 35 | 190 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.25 |
| HSL | 290.71º | 0.69% | 0.44% | - |
| HSV(B) | 290.71º | 0.82% | 0.75% | - |
| XYZ | 25.62 | 13.03 | 49.88 | - |
| YUV | 91.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 190 | 0.13 | 0.82 | 0 | 0.25 | 290.71 | 0.69 | 0.44 |
| Hex | A6 | 23 | BE | D | 52 | 0 | 19 | 123 | 45 | 2C |
| Octal | 246 | 43 | 276 | 15 | 122 | 0 | 31 | 443 | 105 | 54 |
| Binary | 10100110 | 100011 | 10111110 | 1101 | 1010010 | 0 | 11001 | 100100011 | 1000101 | 101100 |
Color Harmonies of #A623BE
Complementary color
Monochromatic Colors of #A623BE
Black with #A623BE
Text Example
Text Example
White with #A623BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623BE; }
p { color: rgb(166,35,190); }
H1.HeaderClassName
{
color: #A623BE;
}
.AnyTagClassName
{
color: #A623BE;
}
</style>
background-color css
<style>
a { background-color: #A623BE; }
a { background-color: rgb(166,35,190); }
div.DivClassName
{
background-color: #A623BE;
}
.BgClassName
{
background-color: #A623BE;
}
</style>
border-color css
<style>
span { border-color: #A623BE; }
span { border-color: rgb(166,35,190); }
td.TdClassName
{
border-color: #A623BE;
}
.TagClassName
{
border-color: #A623BE;
}
</style>