Shades of Dark Orchid #A23DBE
Tints of Dark Orchid #A23DBE
RGB
CMYK
RGB Variations
Color information
#A23DBE (or 0xA23DBE) is known color: Dark Orchid. HEX triplet: A2, 3D and BE. RGB value is (162,61,190). Sum of RGB (Red+Green+Blue) = 162+61+190=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBE is #5DC241. Grayscale: #696969. Windows color (decimal): -6144578 or 12467618. OLE color: 12467618.
HSL color Cylindrical-coordinate representation of color #A23DBE: hue angle of 286.98º degrees, saturation: 0.51, 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 #A23DBE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 61 | 190 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.25 |
| HSL | 286.98º | 0.51% | 0.49% | - |
| HSV(B) | 286.98º | 0.68% | 0.75% | - |
| XYZ | 25.86 | 14.74 | 50.2 | - |
| YUV | 105.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 190 | 0.15 | 0.68 | 0 | 0.25 | 286.98 | 0.51 | 0.49 |
| Hex | A2 | 3D | BE | F | 44 | 0 | 19 | 11F | 33 | 31 |
| Octal | 242 | 75 | 276 | 17 | 104 | 0 | 31 | 437 | 63 | 61 |
| Binary | 10100010 | 111101 | 10111110 | 1111 | 1000100 | 0 | 11001 | 100011111 | 110011 | 110001 |
Color Harmonies of #A23DBE
Complementary color
Monochromatic Colors of #A23DBE
Black with #A23DBE
Text Example
Text Example
White with #A23DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DBE; }
p { color: rgb(162,61,190); }
H1.HeaderClassName
{
color: #A23DBE;
}
.AnyTagClassName
{
color: #A23DBE;
}
</style>
background-color css
<style>
a { background-color: #A23DBE; }
a { background-color: rgb(162,61,190); }
div.DivClassName
{
background-color: #A23DBE;
}
.BgClassName
{
background-color: #A23DBE;
}
</style>
border-color css
<style>
span { border-color: #A23DBE; }
span { border-color: rgb(162,61,190); }
td.TdClassName
{
border-color: #A23DBE;
}
.TagClassName
{
border-color: #A23DBE;
}
</style>