Shades of Dark Orchid #A528BD
Tints of Dark Orchid #A528BD
RGB
CMYK
RGB Variations
Color information
#A528BD (or 0xA528BD) is known color: Dark Orchid. HEX triplet: A5, 28 and BD. RGB value is (165,40,189). Sum of RGB (Red+Green+Blue) = 165+40+189=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #A528BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528BD is #5AD742. Grayscale: #5D5D5D. Windows color (decimal): -5953347 or 12396709. OLE color: 12396709.
HSL color Cylindrical-coordinate representation of color #A528BD: hue angle of 290.34º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A528BD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 40 | 189 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.26 |
| HSL | 290.34º | 0.65% | 0.45% | - |
| HSV(B) | 290.34º | 0.79% | 0.74% | - |
| XYZ | 25.46 | 13.19 | 49.35 | - |
| YUV | 94.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 189 | 0.13 | 0.79 | 0 | 0.26 | 290.34 | 0.65 | 0.45 |
| Hex | A5 | 28 | BD | D | 4F | 0 | 1A | 122 | 41 | 2D |
| Octal | 245 | 50 | 275 | 15 | 117 | 0 | 32 | 442 | 101 | 55 |
| Binary | 10100101 | 101000 | 10111101 | 1101 | 1001111 | 0 | 11010 | 100100010 | 1000001 | 101101 |
Color Harmonies of #A528BD
Complementary color
Monochromatic Colors of #A528BD
Black with #A528BD
Text Example
Text Example
White with #A528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528BD; }
p { color: rgb(165,40,189); }
H1.HeaderClassName
{
color: #A528BD;
}
.AnyTagClassName
{
color: #A528BD;
}
</style>
background-color css
<style>
a { background-color: #A528BD; }
a { background-color: rgb(165,40,189); }
div.DivClassName
{
background-color: #A528BD;
}
.BgClassName
{
background-color: #A528BD;
}
</style>
border-color css
<style>
span { border-color: #A528BD; }
span { border-color: rgb(165,40,189); }
td.TdClassName
{
border-color: #A528BD;
}
.TagClassName
{
border-color: #A528BD;
}
</style>