Shades of Dark Orchid #A528DA
Tints of Dark Orchid #A528DA
RGB
CMYK
RGB Variations
Color information
#A528DA (or 0xA528DA) is known color: Dark Orchid. HEX triplet: A5, 28 and DA. RGB value is (165,40,218). Sum of RGB (Red+Green+Blue) = 165+40+218=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A528DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528DA is #5AD725. Grayscale: #616161. Windows color (decimal): -5953318 or 14297253. OLE color: 14297253.
HSL color Cylindrical-coordinate representation of color #A528DA: hue angle of 282.13º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A528DA is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 40 | 218 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.15 |
| HSL | 282.13º | 0.71% | 0.51% | - |
| HSV(B) | 282.13º | 0.82% | 0.85% | - |
| XYZ | 28.93 | 14.58 | 67.62 | - |
| YUV | 97.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 218 | 0.24 | 0.82 | 0 | 0.15 | 282.13 | 0.71 | 0.51 |
| Hex | A5 | 28 | DA | 18 | 52 | 0 | F | 11A | 47 | 33 |
| Octal | 245 | 50 | 332 | 30 | 122 | 0 | 17 | 432 | 107 | 63 |
| Binary | 10100101 | 101000 | 11011010 | 11000 | 1010010 | 0 | 1111 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A528DA
Complementary color
Monochromatic Colors of #A528DA
Black with #A528DA
Text Example
Text Example
White with #A528DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528DA; }
p { color: rgb(165,40,218); }
H1.HeaderClassName
{
color: #A528DA;
}
.AnyTagClassName
{
color: #A528DA;
}
</style>
background-color css
<style>
a { background-color: #A528DA; }
a { background-color: rgb(165,40,218); }
div.DivClassName
{
background-color: #A528DA;
}
.BgClassName
{
background-color: #A528DA;
}
</style>
border-color css
<style>
span { border-color: #A528DA; }
span { border-color: rgb(165,40,218); }
td.TdClassName
{
border-color: #A528DA;
}
.TagClassName
{
border-color: #A528DA;
}
</style>