Shades of Dark Orchid #A23FD9
Tints of Dark Orchid #A23FD9
RGB
CMYK
RGB Variations
Color information
#A23FD9 (or 0xA23FD9) is known color: Dark Orchid. HEX triplet: A2, 3F and D9. RGB value is (162,63,217). Sum of RGB (Red+Green+Blue) = 162+63+217=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #A23FD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FD9 is #5DC026. Grayscale: #6D6D6D. Windows color (decimal): -6144039 or 14237602. OLE color: 14237602.
HSL color Cylindrical-coordinate representation of color #A23FD9: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23FD9 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 63 | 217 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.15 |
| HSL | 278.57º | 0.67% | 0.55% | - |
| HSV(B) | 278.57º | 0.71% | 0.85% | - |
| XYZ | 29.2 | 16.25 | 67.24 | - |
| YUV | 110.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 217 | 0.25 | 0.71 | 0 | 0.15 | 278.57 | 0.67 | 0.55 |
| Hex | A2 | 3F | D9 | 19 | 47 | 0 | F | 117 | 43 | 37 |
| Octal | 242 | 77 | 331 | 31 | 107 | 0 | 17 | 427 | 103 | 67 |
| Binary | 10100010 | 111111 | 11011001 | 11001 | 1000111 | 0 | 1111 | 100010111 | 1000011 | 110111 |
Color Harmonies of #A23FD9
Complementary color
Monochromatic Colors of #A23FD9
Black with #A23FD9
Text Example
Text Example
White with #A23FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FD9; }
p { color: rgb(162,63,217); }
H1.HeaderClassName
{
color: #A23FD9;
}
.AnyTagClassName
{
color: #A23FD9;
}
</style>
background-color css
<style>
a { background-color: #A23FD9; }
a { background-color: rgb(162,63,217); }
div.DivClassName
{
background-color: #A23FD9;
}
.BgClassName
{
background-color: #A23FD9;
}
</style>
border-color css
<style>
span { border-color: #A23FD9; }
span { border-color: rgb(162,63,217); }
td.TdClassName
{
border-color: #A23FD9;
}
.TagClassName
{
border-color: #A23FD9;
}
</style>