Shades of Dark Orchid #A61AB2
Tints of Dark Orchid #A61AB2
RGB
CMYK
RGB Variations
Color information
#A61AB2 (or 0xA61AB2) is known color: Dark Orchid. HEX triplet: A6, 1A and B2. RGB value is (166,26,178). Sum of RGB (Red+Green+Blue) = 166+26+178=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #A61AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AB2 is #59E54D. Grayscale: #545454. Windows color (decimal): -5891406 or 11672230. OLE color: 11672230.
HSL color Cylindrical-coordinate representation of color #A61AB2: hue angle of 295.26º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61AB2 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 26 | 178 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.30 |
| HSL | 295.26º | 0.75% | 0.4% | - |
| HSV(B) | 295.26º | 0.85% | 0.7% | - |
| XYZ | 24.13 | 12.06 | 43.18 | - |
| YUV | 85.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 178 | 0.07 | 0.85 | 0 | 0.30 | 295.26 | 0.75 | 0.4 |
| Hex | A6 | 1A | B2 | 7 | 55 | 0 | 1E | 127 | 4B | 28 |
| Octal | 246 | 32 | 262 | 7 | 125 | 0 | 36 | 447 | 113 | 50 |
| Binary | 10100110 | 11010 | 10110010 | 111 | 1010101 | 0 | 11110 | 100100111 | 1001011 | 101000 |
Color Harmonies of #A61AB2
Complementary color
Monochromatic Colors of #A61AB2
Black with #A61AB2
Text Example
Text Example
White with #A61AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61AB2; }
p { color: rgb(166,26,178); }
H1.HeaderClassName
{
color: #A61AB2;
}
.AnyTagClassName
{
color: #A61AB2;
}
</style>
background-color css
<style>
a { background-color: #A61AB2; }
a { background-color: rgb(166,26,178); }
div.DivClassName
{
background-color: #A61AB2;
}
.BgClassName
{
background-color: #A61AB2;
}
</style>
border-color css
<style>
span { border-color: #A61AB2; }
span { border-color: rgb(166,26,178); }
td.TdClassName
{
border-color: #A61AB2;
}
.TagClassName
{
border-color: #A61AB2;
}
</style>