Shades of Dark Orchid #A528DB
Tints of Dark Orchid #A528DB
RGB
CMYK
RGB Variations
Color information
#A528DB (or 0xA528DB) is known color: Dark Orchid. HEX triplet: A5, 28 and DB. RGB value is (165,40,219). Sum of RGB (Red+Green+Blue) = 165+40+219=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A528DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528DB is #5AD724. Grayscale: #616161. Windows color (decimal): -5953317 or 14362789. OLE color: 14362789.
HSL color Cylindrical-coordinate representation of color #A528DB: hue angle of 281.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A528DB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 40 | 219 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.14 |
| HSL | 281.9º | 0.71% | 0.51% | - |
| HSV(B) | 281.9º | 0.82% | 0.86% | - |
| XYZ | 29.06 | 14.63 | 68.31 | - |
| YUV | 97.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 219 | 0.25 | 0.82 | 0 | 0.14 | 281.9 | 0.71 | 0.51 |
| Hex | A5 | 28 | DB | 19 | 52 | 0 | E | 11A | 47 | 33 |
| Octal | 245 | 50 | 333 | 31 | 122 | 0 | 16 | 432 | 107 | 63 |
| Binary | 10100101 | 101000 | 11011011 | 11001 | 1010010 | 0 | 1110 | 100011010 | 1000111 | 110011 |
Color Harmonies of #A528DB
Complementary color
Monochromatic Colors of #A528DB
Black with #A528DB
Text Example
Text Example
White with #A528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528DB; }
p { color: rgb(165,40,219); }
H1.HeaderClassName
{
color: #A528DB;
}
.AnyTagClassName
{
color: #A528DB;
}
</style>
background-color css
<style>
a { background-color: #A528DB; }
a { background-color: rgb(165,40,219); }
div.DivClassName
{
background-color: #A528DB;
}
.BgClassName
{
background-color: #A528DB;
}
</style>
border-color css
<style>
span { border-color: #A528DB; }
span { border-color: rgb(165,40,219); }
td.TdClassName
{
border-color: #A528DB;
}
.TagClassName
{
border-color: #A528DB;
}
</style>