Shades of Dark Orchid #A023BC
Tints of Dark Orchid #A023BC
RGB
CMYK
RGB Variations
Color information
#A023BC (or 0xA023BC) is known color: Dark Orchid. HEX triplet: A0, 23 and BC. RGB value is (160,35,188). Sum of RGB (Red+Green+Blue) = 160+35+188=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A023BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023BC is #5FDC43. Grayscale: #595959. Windows color (decimal): -6282308 or 12329888. OLE color: 12329888.
HSL color Cylindrical-coordinate representation of color #A023BC: hue angle of 289.02º 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 #A023BC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 35 | 188 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.26 |
| HSL | 289.02º | 0.69% | 0.44% | - |
| HSV(B) | 289.02º | 0.81% | 0.74% | - |
| XYZ | 24.18 | 12.31 | 48.68 | - |
| YUV | 89.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 188 | 0.15 | 0.81 | 0 | 0.26 | 289.02 | 0.69 | 0.44 |
| Hex | A0 | 23 | BC | F | 51 | 0 | 1A | 121 | 45 | 2C |
| Octal | 240 | 43 | 274 | 17 | 121 | 0 | 32 | 441 | 105 | 54 |
| Binary | 10100000 | 100011 | 10111100 | 1111 | 1010001 | 0 | 11010 | 100100001 | 1000101 | 101100 |
Color Harmonies of #A023BC
Complementary color
Monochromatic Colors of #A023BC
Black with #A023BC
Text Example
Text Example
White with #A023BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A023BC; }
p { color: rgb(160,35,188); }
H1.HeaderClassName
{
color: #A023BC;
}
.AnyTagClassName
{
color: #A023BC;
}
</style>
background-color css
<style>
a { background-color: #A023BC; }
a { background-color: rgb(160,35,188); }
div.DivClassName
{
background-color: #A023BC;
}
.BgClassName
{
background-color: #A023BC;
}
</style>
border-color css
<style>
span { border-color: #A023BC; }
span { border-color: rgb(160,35,188); }
td.TdClassName
{
border-color: #A023BC;
}
.TagClassName
{
border-color: #A023BC;
}
</style>