Shades of Dark Orchid #A62BA9
Tints of Dark Orchid #A62BA9
RGB
CMYK
RGB Variations
Color information
#A62BA9 (or 0xA62BA9) is known color: Dark Orchid. HEX triplet: A6, 2B and A9. RGB value is (166,43,169). Sum of RGB (Red+Green+Blue) = 166+43+169=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #A62BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BA9 is #59D456. Grayscale: #5D5D5D. Windows color (decimal): -5887063 or 11086758. OLE color: 11086758.
HSL color Cylindrical-coordinate representation of color #A62BA9: hue angle of 298.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62BA9 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 43 | 169 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.34 |
| HSL | 298.57º | 0.59% | 0.42% | - |
| HSV(B) | 298.57º | 0.75% | 0.66% | - |
| XYZ | 23.75 | 12.7 | 38.74 | - |
| YUV | 94.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 169 | 0.02 | 0.75 | 0 | 0.34 | 298.57 | 0.59 | 0.42 |
| Hex | A6 | 2B | A9 | 2 | 4B | 0 | 22 | 12B | 3B | 2A |
| Octal | 246 | 53 | 251 | 2 | 113 | 0 | 42 | 453 | 73 | 52 |
| Binary | 10100110 | 101011 | 10101001 | 10 | 1001011 | 0 | 100010 | 100101011 | 111011 | 101010 |
Color Harmonies of #A62BA9
Complementary color
Monochromatic Colors of #A62BA9
Black with #A62BA9
Text Example
Text Example
White with #A62BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BA9; }
p { color: rgb(166,43,169); }
H1.HeaderClassName
{
color: #A62BA9;
}
.AnyTagClassName
{
color: #A62BA9;
}
</style>
background-color css
<style>
a { background-color: #A62BA9; }
a { background-color: rgb(166,43,169); }
div.DivClassName
{
background-color: #A62BA9;
}
.BgClassName
{
background-color: #A62BA9;
}
</style>
border-color css
<style>
span { border-color: #A62BA9; }
span { border-color: rgb(166,43,169); }
td.TdClassName
{
border-color: #A62BA9;
}
.TagClassName
{
border-color: #A62BA9;
}
</style>