Shades of Dark Orchid #A226BF
Tints of Dark Orchid #A226BF
RGB
CMYK
RGB Variations
Color information
#A226BF (or 0xA226BF) is known color: Dark Orchid. HEX triplet: A2, 26 and BF. RGB value is (162,38,191). Sum of RGB (Red+Green+Blue) = 162+38+191=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #A226BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BF is #5DD940. Grayscale: #5C5C5C. Windows color (decimal): -6150465 or 12527266. OLE color: 12527266.
HSL color Cylindrical-coordinate representation of color #A226BF: hue angle of 288.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226BF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 38 | 191 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.25 |
| HSL | 288.63º | 0.67% | 0.45% | - |
| HSV(B) | 288.63º | 0.8% | 0.75% | - |
| XYZ | 25 | 12.83 | 50.45 | - |
| YUV | 92.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 191 | 0.15 | 0.80 | 0 | 0.25 | 288.63 | 0.67 | 0.45 |
| Hex | A2 | 26 | BF | F | 50 | 0 | 19 | 121 | 43 | 2D |
| Octal | 242 | 46 | 277 | 17 | 120 | 0 | 31 | 441 | 103 | 55 |
| Binary | 10100010 | 100110 | 10111111 | 1111 | 1010000 | 0 | 11001 | 100100001 | 1000011 | 101101 |
Color Harmonies of #A226BF
Complementary color
Monochromatic Colors of #A226BF
Black with #A226BF
Text Example
Text Example
White with #A226BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A226BF; }
p { color: rgb(162,38,191); }
H1.HeaderClassName
{
color: #A226BF;
}
.AnyTagClassName
{
color: #A226BF;
}
</style>
background-color css
<style>
a { background-color: #A226BF; }
a { background-color: rgb(162,38,191); }
div.DivClassName
{
background-color: #A226BF;
}
.BgClassName
{
background-color: #A226BF;
}
</style>
border-color css
<style>
span { border-color: #A226BF; }
span { border-color: rgb(162,38,191); }
td.TdClassName
{
border-color: #A226BF;
}
.TagClassName
{
border-color: #A226BF;
}
</style>