Shades of Dark Orchid #A526BF
Tints of Dark Orchid #A526BF
RGB
CMYK
RGB Variations
Color information
#A526BF (or 0xA526BF) is known color: Dark Orchid. HEX triplet: A5, 26 and BF. RGB value is (165,38,191). Sum of RGB (Red+Green+Blue) = 165+38+191=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #A526BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526BF is #5AD940. Grayscale: #5C5C5C. Windows color (decimal): -5953857 or 12527269. OLE color: 12527269.
HSL color Cylindrical-coordinate representation of color #A526BF: hue angle of 289.8º 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 #A526BF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 38 | 191 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.25 |
| HSL | 289.8º | 0.67% | 0.45% | - |
| HSV(B) | 289.8º | 0.8% | 0.75% | - |
| XYZ | 25.61 | 13.15 | 50.48 | - |
| YUV | 93.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 191 | 0.14 | 0.80 | 0 | 0.25 | 289.8 | 0.67 | 0.45 |
| Hex | A5 | 26 | BF | E | 50 | 0 | 19 | 122 | 43 | 2D |
| Octal | 245 | 46 | 277 | 16 | 120 | 0 | 31 | 442 | 103 | 55 |
| Binary | 10100101 | 100110 | 10111111 | 1110 | 1010000 | 0 | 11001 | 100100010 | 1000011 | 101101 |
Color Harmonies of #A526BF
Complementary color
Monochromatic Colors of #A526BF
Black with #A526BF
Text Example
Text Example
White with #A526BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526BF; }
p { color: rgb(165,38,191); }
H1.HeaderClassName
{
color: #A526BF;
}
.AnyTagClassName
{
color: #A526BF;
}
</style>
background-color css
<style>
a { background-color: #A526BF; }
a { background-color: rgb(165,38,191); }
div.DivClassName
{
background-color: #A526BF;
}
.BgClassName
{
background-color: #A526BF;
}
</style>
border-color css
<style>
span { border-color: #A526BF; }
span { border-color: rgb(165,38,191); }
td.TdClassName
{
border-color: #A526BF;
}
.TagClassName
{
border-color: #A526BF;
}
</style>