Shades of Dark Orchid #A528B0
Tints of Dark Orchid #A528B0
RGB
CMYK
RGB Variations
Color information
#A528B0 (or 0xA528B0) is known color: Dark Orchid. HEX triplet: A5, 28 and B0. RGB value is (165,40,176). Sum of RGB (Red+Green+Blue) = 165+40+176=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #A528B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528B0 is #5AD74F. Grayscale: #5C5C5C. Windows color (decimal): -5953360 or 11544741. OLE color: 11544741.
HSL color Cylindrical-coordinate representation of color #A528B0: hue angle of 295.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A528B0 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 40 | 176 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.31 |
| HSL | 295.15º | 0.63% | 0.42% | - |
| HSV(B) | 295.15º | 0.77% | 0.69% | - |
| XYZ | 24.11 | 12.65 | 42.25 | - |
| YUV | 92.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 176 | 0.06 | 0.77 | 0 | 0.31 | 295.15 | 0.63 | 0.42 |
| Hex | A5 | 28 | B0 | 6 | 4D | 0 | 1F | 127 | 3F | 2A |
| Octal | 245 | 50 | 260 | 6 | 115 | 0 | 37 | 447 | 77 | 52 |
| Binary | 10100101 | 101000 | 10110000 | 110 | 1001101 | 0 | 11111 | 100100111 | 111111 | 101010 |
Color Harmonies of #A528B0
Complementary color
Monochromatic Colors of #A528B0
Black with #A528B0
Text Example
Text Example
White with #A528B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528B0; }
p { color: rgb(165,40,176); }
H1.HeaderClassName
{
color: #A528B0;
}
.AnyTagClassName
{
color: #A528B0;
}
</style>
background-color css
<style>
a { background-color: #A528B0; }
a { background-color: rgb(165,40,176); }
div.DivClassName
{
background-color: #A528B0;
}
.BgClassName
{
background-color: #A528B0;
}
</style>
border-color css
<style>
span { border-color: #A528B0; }
span { border-color: rgb(165,40,176); }
td.TdClassName
{
border-color: #A528B0;
}
.TagClassName
{
border-color: #A528B0;
}
</style>