Shades of Dark Orchid #A23FDB
Tints of Dark Orchid #A23FDB
RGB
CMYK
RGB Variations
Color information
#A23FDB (or 0xA23FDB) is known color: Dark Orchid. HEX triplet: A2, 3F and DB. RGB value is (162,63,219). Sum of RGB (Red+Green+Blue) = 162+63+219=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A23FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FDB is #5DC024. Grayscale: #6D6D6D. Windows color (decimal): -6144037 or 14368674. OLE color: 14368674.
HSL color Cylindrical-coordinate representation of color #A23FDB: hue angle of 278.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23FDB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 63 | 219 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.14 |
| HSL | 278.08º | 0.68% | 0.55% | - |
| HSV(B) | 278.08º | 0.71% | 0.86% | - |
| XYZ | 29.46 | 16.35 | 68.62 | - |
| YUV | 110.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 219 | 0.26 | 0.71 | 0 | 0.14 | 278.08 | 0.68 | 0.55 |
| Hex | A2 | 3F | DB | 1A | 47 | 0 | E | 116 | 44 | 37 |
| Octal | 242 | 77 | 333 | 32 | 107 | 0 | 16 | 426 | 104 | 67 |
| Binary | 10100010 | 111111 | 11011011 | 11010 | 1000111 | 0 | 1110 | 100010110 | 1000100 | 110111 |
Color Harmonies of #A23FDB
Complementary color
Monochromatic Colors of #A23FDB
Black with #A23FDB
Text Example
Text Example
White with #A23FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FDB; }
p { color: rgb(162,63,219); }
H1.HeaderClassName
{
color: #A23FDB;
}
.AnyTagClassName
{
color: #A23FDB;
}
</style>
background-color css
<style>
a { background-color: #A23FDB; }
a { background-color: rgb(162,63,219); }
div.DivClassName
{
background-color: #A23FDB;
}
.BgClassName
{
background-color: #A23FDB;
}
</style>
border-color css
<style>
span { border-color: #A23FDB; }
span { border-color: rgb(162,63,219); }
td.TdClassName
{
border-color: #A23FDB;
}
.TagClassName
{
border-color: #A23FDB;
}
</style>