Shades of Dark Orchid #A528BA
Tints of Dark Orchid #A528BA
RGB
CMYK
RGB Variations
Color information
#A528BA (or 0xA528BA) is known color: Dark Orchid. HEX triplet: A5, 28 and BA. RGB value is (165,40,186). Sum of RGB (Red+Green+Blue) = 165+40+186=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A528BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528BA is #5AD745. Grayscale: #5D5D5D. Windows color (decimal): -5953350 or 12200101. OLE color: 12200101.
HSL color Cylindrical-coordinate representation of color #A528BA: hue angle of 291.37º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A528BA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 40 | 186 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.27 |
| HSL | 291.37º | 0.65% | 0.44% | - |
| HSV(B) | 291.37º | 0.78% | 0.73% | - |
| XYZ | 25.14 | 13.06 | 47.65 | - |
| YUV | 94.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 186 | 0.11 | 0.78 | 0 | 0.27 | 291.37 | 0.65 | 0.44 |
| Hex | A5 | 28 | BA | B | 4E | 0 | 1B | 123 | 41 | 2C |
| Octal | 245 | 50 | 272 | 13 | 116 | 0 | 33 | 443 | 101 | 54 |
| Binary | 10100101 | 101000 | 10111010 | 1011 | 1001110 | 0 | 11011 | 100100011 | 1000001 | 101100 |
Color Harmonies of #A528BA
Complementary color
Monochromatic Colors of #A528BA
Black with #A528BA
Text Example
Text Example
White with #A528BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528BA; }
p { color: rgb(165,40,186); }
H1.HeaderClassName
{
color: #A528BA;
}
.AnyTagClassName
{
color: #A528BA;
}
</style>
background-color css
<style>
a { background-color: #A528BA; }
a { background-color: rgb(165,40,186); }
div.DivClassName
{
background-color: #A528BA;
}
.BgClassName
{
background-color: #A528BA;
}
</style>
border-color css
<style>
span { border-color: #A528BA; }
span { border-color: rgb(165,40,186); }
td.TdClassName
{
border-color: #A528BA;
}
.TagClassName
{
border-color: #A528BA;
}
</style>