Shades of Dark Orchid #A23DBD
Tints of Dark Orchid #A23DBD
RGB
CMYK
RGB Variations
Color information
#A23DBD (or 0xA23DBD) is known color: Dark Orchid. HEX triplet: A2, 3D and BD. RGB value is (162,61,189). Sum of RGB (Red+Green+Blue) = 162+61+189=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBD is #5DC242. Grayscale: #696969. Windows color (decimal): -6144579 or 12402082. OLE color: 12402082.
HSL color Cylindrical-coordinate representation of color #A23DBD: hue angle of 287.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23DBD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 61 | 189 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.26 |
| HSL | 287.34º | 0.51% | 0.49% | - |
| HSV(B) | 287.34º | 0.68% | 0.74% | - |
| XYZ | 25.75 | 14.69 | 49.62 | - |
| YUV | 105.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 189 | 0.14 | 0.68 | 0 | 0.26 | 287.34 | 0.51 | 0.49 |
| Hex | A2 | 3D | BD | E | 44 | 0 | 1A | 11F | 33 | 31 |
| Octal | 242 | 75 | 275 | 16 | 104 | 0 | 32 | 437 | 63 | 61 |
| Binary | 10100010 | 111101 | 10111101 | 1110 | 1000100 | 0 | 11010 | 100011111 | 110011 | 110001 |
Color Harmonies of #A23DBD
Complementary color
Monochromatic Colors of #A23DBD
Black with #A23DBD
Text Example
Text Example
White with #A23DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DBD; }
p { color: rgb(162,61,189); }
H1.HeaderClassName
{
color: #A23DBD;
}
.AnyTagClassName
{
color: #A23DBD;
}
</style>
background-color css
<style>
a { background-color: #A23DBD; }
a { background-color: rgb(162,61,189); }
div.DivClassName
{
background-color: #A23DBD;
}
.BgClassName
{
background-color: #A23DBD;
}
</style>
border-color css
<style>
span { border-color: #A23DBD; }
span { border-color: rgb(162,61,189); }
td.TdClassName
{
border-color: #A23DBD;
}
.TagClassName
{
border-color: #A23DBD;
}
</style>