Shades of Dark Orchid #A726AB
Tints of Dark Orchid #A726AB
RGB
CMYK
RGB Variations
Color information
#A726AB (or 0xA726AB) is known color: Dark Orchid. HEX triplet: A7, 26 and AB. RGB value is (167,38,171). Sum of RGB (Red+Green+Blue) = 167+38+171=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A726AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A726AB is #58D954. Grayscale: #5B5B5B. Windows color (decimal): -5822805 or 11216551. OLE color: 11216551.
HSL color Cylindrical-coordinate representation of color #A726AB: hue angle of 298.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A726AB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 38 | 171 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.33 |
| HSL | 298.2º | 0.64% | 0.41% | - |
| HSV(B) | 298.2º | 0.78% | 0.67% | - |
| XYZ | 23.98 | 12.54 | 39.69 | - |
| YUV | 91.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 171 | 0.02 | 0.78 | 0 | 0.33 | 298.2 | 0.64 | 0.41 |
| Hex | A7 | 26 | AB | 2 | 4E | 0 | 21 | 12A | 40 | 29 |
| Octal | 247 | 46 | 253 | 2 | 116 | 0 | 41 | 452 | 100 | 51 |
| Binary | 10100111 | 100110 | 10101011 | 10 | 1001110 | 0 | 100001 | 100101010 | 1000000 | 101001 |
Color Harmonies of #A726AB
Complementary color
Monochromatic Colors of #A726AB
Black with #A726AB
Text Example
Text Example
White with #A726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726AB; }
p { color: rgb(167,38,171); }
H1.HeaderClassName
{
color: #A726AB;
}
.AnyTagClassName
{
color: #A726AB;
}
</style>
background-color css
<style>
a { background-color: #A726AB; }
a { background-color: rgb(167,38,171); }
div.DivClassName
{
background-color: #A726AB;
}
.BgClassName
{
background-color: #A726AB;
}
</style>
border-color css
<style>
span { border-color: #A726AB; }
span { border-color: rgb(167,38,171); }
td.TdClassName
{
border-color: #A726AB;
}
.TagClassName
{
border-color: #A726AB;
}
</style>