Shades of Dark Orchid #A526AC
Tints of Dark Orchid #A526AC
RGB
CMYK
RGB Variations
Color information
#A526AC (or 0xA526AC) is known color: Dark Orchid. HEX triplet: A5, 26 and AC. RGB value is (165,38,172). Sum of RGB (Red+Green+Blue) = 165+38+172=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A526AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AC is #5AD953. Grayscale: #5A5A5A. Windows color (decimal): -5953876 or 11282085. OLE color: 11282085.
HSL color Cylindrical-coordinate representation of color #A526AC: hue angle of 296.87º 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 #A526AC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 38 | 172 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.33 |
| HSL | 296.87º | 0.64% | 0.41% | - |
| HSV(B) | 296.87º | 0.78% | 0.67% | - |
| XYZ | 23.66 | 12.36 | 40.17 | - |
| YUV | 91.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 172 | 0.04 | 0.78 | 0 | 0.33 | 296.87 | 0.64 | 0.41 |
| Hex | A5 | 26 | AC | 4 | 4E | 0 | 21 | 129 | 40 | 29 |
| Octal | 245 | 46 | 254 | 4 | 116 | 0 | 41 | 451 | 100 | 51 |
| Binary | 10100101 | 100110 | 10101100 | 100 | 1001110 | 0 | 100001 | 100101001 | 1000000 | 101001 |
Color Harmonies of #A526AC
Complementary color
Monochromatic Colors of #A526AC
Black with #A526AC
Text Example
Text Example
White with #A526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526AC; }
p { color: rgb(165,38,172); }
H1.HeaderClassName
{
color: #A526AC;
}
.AnyTagClassName
{
color: #A526AC;
}
</style>
background-color css
<style>
a { background-color: #A526AC; }
a { background-color: rgb(165,38,172); }
div.DivClassName
{
background-color: #A526AC;
}
.BgClassName
{
background-color: #A526AC;
}
</style>
border-color css
<style>
span { border-color: #A526AC; }
span { border-color: rgb(165,38,172); }
td.TdClassName
{
border-color: #A526AC;
}
.TagClassName
{
border-color: #A526AC;
}
</style>