Shades of Dark Orchid #A226AB
Tints of Dark Orchid #A226AB
RGB
CMYK
RGB Variations
Color information
#A226AB (or 0xA226AB) is known color: Dark Orchid. HEX triplet: A2, 26 and AB. RGB value is (162,38,171). Sum of RGB (Red+Green+Blue) = 162+38+171=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #A226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226AB is #5DD954. Grayscale: #595959. Windows color (decimal): -6150485 or 11216546. OLE color: 11216546.
HSL color Cylindrical-coordinate representation of color #A226AB: hue angle of 295.94º 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 #A226AB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 38 | 171 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.33 |
| HSL | 295.94º | 0.64% | 0.41% | - |
| HSV(B) | 295.94º | 0.78% | 0.67% | - |
| XYZ | 22.94 | 12.01 | 39.64 | - |
| YUV | 90.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 171 | 0.05 | 0.78 | 0 | 0.33 | 295.94 | 0.64 | 0.41 |
| Hex | A2 | 26 | AB | 5 | 4E | 0 | 21 | 128 | 40 | 29 |
| Octal | 242 | 46 | 253 | 5 | 116 | 0 | 41 | 450 | 100 | 51 |
| Binary | 10100010 | 100110 | 10101011 | 101 | 1001110 | 0 | 100001 | 100101000 | 1000000 | 101001 |
Color Harmonies of #A226AB
Complementary color
Monochromatic Colors of #A226AB
Black with #A226AB
Text Example
Text Example
White with #A226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A226AB; }
p { color: rgb(162,38,171); }
H1.HeaderClassName
{
color: #A226AB;
}
.AnyTagClassName
{
color: #A226AB;
}
</style>
background-color css
<style>
a { background-color: #A226AB; }
a { background-color: rgb(162,38,171); }
div.DivClassName
{
background-color: #A226AB;
}
.BgClassName
{
background-color: #A226AB;
}
</style>
border-color css
<style>
span { border-color: #A226AB; }
span { border-color: rgb(162,38,171); }
td.TdClassName
{
border-color: #A226AB;
}
.TagClassName
{
border-color: #A226AB;
}
</style>