Shades of Dark Orchid #A61DB3
Tints of Dark Orchid #A61DB3
RGB
CMYK
RGB Variations
Color information
#A61DB3 (or 0xA61DB3) is known color: Dark Orchid. HEX triplet: A6, 1D and B3. RGB value is (166,29,179). Sum of RGB (Red+Green+Blue) = 166+29+179=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #A61DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DB3 is #59E24C. Grayscale: #565656. Windows color (decimal): -5890637 or 11738534. OLE color: 11738534.
HSL color Cylindrical-coordinate representation of color #A61DB3: hue angle of 294.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61DB3 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 29 | 179 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.30 |
| HSL | 294.8º | 0.72% | 0.41% | - |
| HSV(B) | 294.8º | 0.84% | 0.7% | - |
| XYZ | 24.3 | 12.24 | 43.73 | - |
| YUV | 87.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 179 | 0.07 | 0.84 | 0 | 0.30 | 294.8 | 0.72 | 0.41 |
| Hex | A6 | 1D | B3 | 7 | 54 | 0 | 1E | 127 | 48 | 29 |
| Octal | 246 | 35 | 263 | 7 | 124 | 0 | 36 | 447 | 110 | 51 |
| Binary | 10100110 | 11101 | 10110011 | 111 | 1010100 | 0 | 11110 | 100100111 | 1001000 | 101001 |
Color Harmonies of #A61DB3
Complementary color
Monochromatic Colors of #A61DB3
Black with #A61DB3
Text Example
Text Example
White with #A61DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DB3; }
p { color: rgb(166,29,179); }
H1.HeaderClassName
{
color: #A61DB3;
}
.AnyTagClassName
{
color: #A61DB3;
}
</style>
background-color css
<style>
a { background-color: #A61DB3; }
a { background-color: rgb(166,29,179); }
div.DivClassName
{
background-color: #A61DB3;
}
.BgClassName
{
background-color: #A61DB3;
}
</style>
border-color css
<style>
span { border-color: #A61DB3; }
span { border-color: rgb(166,29,179); }
td.TdClassName
{
border-color: #A61DB3;
}
.TagClassName
{
border-color: #A61DB3;
}
</style>