Shades of Dark Orchid #A226AC
Tints of Dark Orchid #A226AC
RGB
CMYK
RGB Variations
Color information
#A226AC (or 0xA226AC) is known color: Dark Orchid. HEX triplet: A2, 26 and AC. RGB value is (162,38,172). Sum of RGB (Red+Green+Blue) = 162+38+172=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A226AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226AC is #5DD953. Grayscale: #595959. Windows color (decimal): -6150484 or 11282082. OLE color: 11282082.
HSL color Cylindrical-coordinate representation of color #A226AC: hue angle of 295.52º 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 #A226AC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 38 | 172 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.33 |
| HSL | 295.52º | 0.64% | 0.41% | - |
| HSV(B) | 295.52º | 0.78% | 0.67% | - |
| XYZ | 23.04 | 12.05 | 40.14 | - |
| YUV | 90.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 172 | 0.06 | 0.78 | 0 | 0.33 | 295.52 | 0.64 | 0.41 |
| Hex | A2 | 26 | AC | 6 | 4E | 0 | 21 | 128 | 40 | 29 |
| Octal | 242 | 46 | 254 | 6 | 116 | 0 | 41 | 450 | 100 | 51 |
| Binary | 10100010 | 100110 | 10101100 | 110 | 1001110 | 0 | 100001 | 100101000 | 1000000 | 101001 |
Color Harmonies of #A226AC
Complementary color
Monochromatic Colors of #A226AC
Black with #A226AC
Text Example
Text Example
White with #A226AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A226AC; }
p { color: rgb(162,38,172); }
H1.HeaderClassName
{
color: #A226AC;
}
.AnyTagClassName
{
color: #A226AC;
}
</style>
background-color css
<style>
a { background-color: #A226AC; }
a { background-color: rgb(162,38,172); }
div.DivClassName
{
background-color: #A226AC;
}
.BgClassName
{
background-color: #A226AC;
}
</style>
border-color css
<style>
span { border-color: #A226AC; }
span { border-color: rgb(162,38,172); }
td.TdClassName
{
border-color: #A226AC;
}
.TagClassName
{
border-color: #A226AC;
}
</style>