Shades of Dark Orchid #A62DBD
Tints of Dark Orchid #A62DBD
RGB
CMYK
RGB Variations
Color information
#A62DBD (or 0xA62DBD) is known color: Dark Orchid. HEX triplet: A6, 2D and BD. RGB value is (166,45,189). Sum of RGB (Red+Green+Blue) = 166+45+189=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A62DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DBD is #59D242. Grayscale: #616161. Windows color (decimal): -5886531 or 12397990. OLE color: 12397990.
HSL color Cylindrical-coordinate representation of color #A62DBD: hue angle of 290.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62DBD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 45 | 189 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.26 |
| HSL | 290.42º | 0.62% | 0.46% | - |
| HSV(B) | 290.42º | 0.76% | 0.74% | - |
| XYZ | 25.85 | 13.66 | 49.42 | - |
| YUV | 97.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 189 | 0.12 | 0.76 | 0 | 0.26 | 290.42 | 0.62 | 0.46 |
| Hex | A6 | 2D | BD | C | 4C | 0 | 1A | 122 | 3E | 2E |
| Octal | 246 | 55 | 275 | 14 | 114 | 0 | 32 | 442 | 76 | 56 |
| Binary | 10100110 | 101101 | 10111101 | 1100 | 1001100 | 0 | 11010 | 100100010 | 111110 | 101110 |
Color Harmonies of #A62DBD
Complementary color
Monochromatic Colors of #A62DBD
Black with #A62DBD
Text Example
Text Example
White with #A62DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DBD; }
p { color: rgb(166,45,189); }
H1.HeaderClassName
{
color: #A62DBD;
}
.AnyTagClassName
{
color: #A62DBD;
}
</style>
background-color css
<style>
a { background-color: #A62DBD; }
a { background-color: rgb(166,45,189); }
div.DivClassName
{
background-color: #A62DBD;
}
.BgClassName
{
background-color: #A62DBD;
}
</style>
border-color css
<style>
span { border-color: #A62DBD; }
span { border-color: rgb(166,45,189); }
td.TdClassName
{
border-color: #A62DBD;
}
.TagClassName
{
border-color: #A62DBD;
}
</style>