Shades of Dark Orchid #A823BC
Tints of Dark Orchid #A823BC
RGB
CMYK
RGB Variations
Color information
#A823BC (or 0xA823BC) is known color: Dark Orchid. HEX triplet: A8, 23 and BC. RGB value is (168,35,188). Sum of RGB (Red+Green+Blue) = 168+35+188=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A823BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823BC is #57DC43. Grayscale: #5B5B5B. Windows color (decimal): -5758020 or 12329896. OLE color: 12329896.
HSL color Cylindrical-coordinate representation of color #A823BC: hue angle of 292.16º 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 #A823BC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 35 | 188 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.26 |
| HSL | 292.16º | 0.69% | 0.44% | - |
| HSV(B) | 292.16º | 0.81% | 0.74% | - |
| XYZ | 25.83 | 13.16 | 48.76 | - |
| YUV | 92.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 188 | 0.11 | 0.81 | 0 | 0.26 | 292.16 | 0.69 | 0.44 |
| Hex | A8 | 23 | BC | B | 51 | 0 | 1A | 124 | 45 | 2C |
| Octal | 250 | 43 | 274 | 13 | 121 | 0 | 32 | 444 | 105 | 54 |
| Binary | 10101000 | 100011 | 10111100 | 1011 | 1010001 | 0 | 11010 | 100100100 | 1000101 | 101100 |
Color Harmonies of #A823BC
Complementary color
Monochromatic Colors of #A823BC
Black with #A823BC
Text Example
Text Example
White with #A823BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823BC; }
p { color: rgb(168,35,188); }
H1.HeaderClassName
{
color: #A823BC;
}
.AnyTagClassName
{
color: #A823BC;
}
</style>
background-color css
<style>
a { background-color: #A823BC; }
a { background-color: rgb(168,35,188); }
div.DivClassName
{
background-color: #A823BC;
}
.BgClassName
{
background-color: #A823BC;
}
</style>
border-color css
<style>
span { border-color: #A823BC; }
span { border-color: rgb(168,35,188); }
td.TdClassName
{
border-color: #A823BC;
}
.TagClassName
{
border-color: #A823BC;
}
</style>