Shades of Dark Orchid #A23FBD
Tints of Dark Orchid #A23FBD
RGB
CMYK
RGB Variations
Color information
#A23FBD (or 0xA23FBD) is known color: Dark Orchid. HEX triplet: A2, 3F and BD. RGB value is (162,63,189). Sum of RGB (Red+Green+Blue) = 162+63+189=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FBD is #5DC042. Grayscale: #6A6A6A. Windows color (decimal): -6144067 or 12402594. OLE color: 12402594.
HSL color Cylindrical-coordinate representation of color #A23FBD: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23FBD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 63 | 189 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.26 |
| HSL | 287.14º | 0.5% | 0.49% | - |
| HSV(B) | 287.14º | 0.67% | 0.74% | - |
| XYZ | 25.86 | 14.91 | 49.66 | - |
| YUV | 106.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 189 | 0.14 | 0.67 | 0 | 0.26 | 287.14 | 0.5 | 0.49 |
| Hex | A2 | 3F | BD | E | 43 | 0 | 1A | 11F | 32 | 31 |
| Octal | 242 | 77 | 275 | 16 | 103 | 0 | 32 | 437 | 62 | 61 |
| Binary | 10100010 | 111111 | 10111101 | 1110 | 1000011 | 0 | 11010 | 100011111 | 110010 | 110001 |
Color Harmonies of #A23FBD
Complementary color
Monochromatic Colors of #A23FBD
Black with #A23FBD
Text Example
Text Example
White with #A23FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FBD; }
p { color: rgb(162,63,189); }
H1.HeaderClassName
{
color: #A23FBD;
}
.AnyTagClassName
{
color: #A23FBD;
}
</style>
background-color css
<style>
a { background-color: #A23FBD; }
a { background-color: rgb(162,63,189); }
div.DivClassName
{
background-color: #A23FBD;
}
.BgClassName
{
background-color: #A23FBD;
}
</style>
border-color css
<style>
span { border-color: #A23FBD; }
span { border-color: rgb(162,63,189); }
td.TdClassName
{
border-color: #A23FBD;
}
.TagClassName
{
border-color: #A23FBD;
}
</style>