Shades of Dark Orchid #A528D0
Tints of Dark Orchid #A528D0
RGB
CMYK
RGB Variations
Color information
#A528D0 (or 0xA528D0) is known color: Dark Orchid. HEX triplet: A5, 28 and D0. RGB value is (165,40,208). Sum of RGB (Red+Green+Blue) = 165+40+208=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #A528D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528D0 is #5AD72F. Grayscale: #5F5F5F. Windows color (decimal): -5953328 or 13641893. OLE color: 13641893.
HSL color Cylindrical-coordinate representation of color #A528D0: hue angle of 284.64º 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 #A528D0 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 40 | 208 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.18 |
| HSL | 284.64º | 0.68% | 0.49% | - |
| HSV(B) | 284.64º | 0.81% | 0.82% | - |
| XYZ | 27.66 | 14.07 | 60.93 | - |
| YUV | 96.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 208 | 0.21 | 0.81 | 0 | 0.18 | 284.64 | 0.68 | 0.49 |
| Hex | A5 | 28 | D0 | 15 | 51 | 0 | 12 | 11D | 44 | 31 |
| Octal | 245 | 50 | 320 | 25 | 121 | 0 | 22 | 435 | 104 | 61 |
| Binary | 10100101 | 101000 | 11010000 | 10101 | 1010001 | 0 | 10010 | 100011101 | 1000100 | 110001 |
Color Harmonies of #A528D0
Complementary color
Monochromatic Colors of #A528D0
Black with #A528D0
Text Example
Text Example
White with #A528D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528D0; }
p { color: rgb(165,40,208); }
H1.HeaderClassName
{
color: #A528D0;
}
.AnyTagClassName
{
color: #A528D0;
}
</style>
background-color css
<style>
a { background-color: #A528D0; }
a { background-color: rgb(165,40,208); }
div.DivClassName
{
background-color: #A528D0;
}
.BgClassName
{
background-color: #A528D0;
}
</style>
border-color css
<style>
span { border-color: #A528D0; }
span { border-color: rgb(165,40,208); }
td.TdClassName
{
border-color: #A528D0;
}
.TagClassName
{
border-color: #A528D0;
}
</style>