Shades of Dark Orchid #A528D1
Tints of Dark Orchid #A528D1
RGB
CMYK
RGB Variations
Color information
#A528D1 (or 0xA528D1) is known color: Dark Orchid. HEX triplet: A5, 28 and D1. RGB value is (165,40,209). Sum of RGB (Red+Green+Blue) = 165+40+209=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #A528D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528D1 is #5AD72E. Grayscale: #606060. Windows color (decimal): -5953327 or 13707429. OLE color: 13707429.
HSL color Cylindrical-coordinate representation of color #A528D1: hue angle of 284.38º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A528D1 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 40 | 209 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.18 |
| HSL | 284.38º | 0.68% | 0.49% | - |
| HSV(B) | 284.38º | 0.81% | 0.82% | - |
| XYZ | 27.78 | 14.12 | 61.58 | - |
| YUV | 96.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 209 | 0.21 | 0.81 | 0 | 0.18 | 284.38 | 0.68 | 0.49 |
| Hex | A5 | 28 | D1 | 15 | 51 | 0 | 12 | 11C | 44 | 31 |
| Octal | 245 | 50 | 321 | 25 | 121 | 0 | 22 | 434 | 104 | 61 |
| Binary | 10100101 | 101000 | 11010001 | 10101 | 1010001 | 0 | 10010 | 100011100 | 1000100 | 110001 |
Color Harmonies of #A528D1
Complementary color
Monochromatic Colors of #A528D1
Black with #A528D1
Text Example
Text Example
White with #A528D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528D1; }
p { color: rgb(165,40,209); }
H1.HeaderClassName
{
color: #A528D1;
}
.AnyTagClassName
{
color: #A528D1;
}
</style>
background-color css
<style>
a { background-color: #A528D1; }
a { background-color: rgb(165,40,209); }
div.DivClassName
{
background-color: #A528D1;
}
.BgClassName
{
background-color: #A528D1;
}
</style>
border-color css
<style>
span { border-color: #A528D1; }
span { border-color: rgb(165,40,209); }
td.TdClassName
{
border-color: #A528D1;
}
.TagClassName
{
border-color: #A528D1;
}
</style>