Shades of Dark Orchid #A23DBF
Tints of Dark Orchid #A23DBF
RGB
CMYK
RGB Variations
Color information
#A23DBF (or 0xA23DBF) is known color: Dark Orchid. HEX triplet: A2, 3D and BF. RGB value is (162,61,191). Sum of RGB (Red+Green+Blue) = 162+61+191=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #A23DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBF is #5DC240. Grayscale: #696969. Windows color (decimal): -6144577 or 12533154. OLE color: 12533154.
HSL color Cylindrical-coordinate representation of color #A23DBF: hue angle of 286.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23DBF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 61 | 191 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.25 |
| HSL | 286.62º | 0.52% | 0.49% | - |
| HSV(B) | 286.62º | 0.68% | 0.75% | - |
| XYZ | 25.97 | 14.78 | 50.77 | - |
| YUV | 106.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 191 | 0.15 | 0.68 | 0 | 0.25 | 286.62 | 0.52 | 0.49 |
| Hex | A2 | 3D | BF | F | 44 | 0 | 19 | 11F | 34 | 31 |
| Octal | 242 | 75 | 277 | 17 | 104 | 0 | 31 | 437 | 64 | 61 |
| Binary | 10100010 | 111101 | 10111111 | 1111 | 1000100 | 0 | 11001 | 100011111 | 110100 | 110001 |
Color Harmonies of #A23DBF
Complementary color
Monochromatic Colors of #A23DBF
Black with #A23DBF
Text Example
Text Example
White with #A23DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DBF; }
p { color: rgb(162,61,191); }
H1.HeaderClassName
{
color: #A23DBF;
}
.AnyTagClassName
{
color: #A23DBF;
}
</style>
background-color css
<style>
a { background-color: #A23DBF; }
a { background-color: rgb(162,61,191); }
div.DivClassName
{
background-color: #A23DBF;
}
.BgClassName
{
background-color: #A23DBF;
}
</style>
border-color css
<style>
span { border-color: #A23DBF; }
span { border-color: rgb(162,61,191); }
td.TdClassName
{
border-color: #A23DBF;
}
.TagClassName
{
border-color: #A23DBF;
}
</style>