Shades of Dark Orchid #A528AC
Tints of Dark Orchid #A528AC
RGB
CMYK
RGB Variations
Color information
#A528AC (or 0xA528AC) is known color: Dark Orchid. HEX triplet: A5, 28 and AC. RGB value is (165,40,172). Sum of RGB (Red+Green+Blue) = 165+40+172=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A528AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528AC is #5AD753. Grayscale: #5C5C5C. Windows color (decimal): -5953364 or 11282597. OLE color: 11282597.
HSL color Cylindrical-coordinate representation of color #A528AC: hue angle of 296.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A528AC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 40 | 172 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.33 |
| HSL | 296.82º | 0.62% | 0.42% | - |
| HSV(B) | 296.82º | 0.77% | 0.67% | - |
| XYZ | 23.72 | 12.5 | 40.19 | - |
| YUV | 92.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 172 | 0.04 | 0.77 | 0 | 0.33 | 296.82 | 0.62 | 0.42 |
| Hex | A5 | 28 | AC | 4 | 4D | 0 | 21 | 129 | 3E | 2A |
| Octal | 245 | 50 | 254 | 4 | 115 | 0 | 41 | 451 | 76 | 52 |
| Binary | 10100101 | 101000 | 10101100 | 100 | 1001101 | 0 | 100001 | 100101001 | 111110 | 101010 |
Color Harmonies of #A528AC
Complementary color
Monochromatic Colors of #A528AC
Black with #A528AC
Text Example
Text Example
White with #A528AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528AC; }
p { color: rgb(165,40,172); }
H1.HeaderClassName
{
color: #A528AC;
}
.AnyTagClassName
{
color: #A528AC;
}
</style>
background-color css
<style>
a { background-color: #A528AC; }
a { background-color: rgb(165,40,172); }
div.DivClassName
{
background-color: #A528AC;
}
.BgClassName
{
background-color: #A528AC;
}
</style>
border-color css
<style>
span { border-color: #A528AC; }
span { border-color: rgb(165,40,172); }
td.TdClassName
{
border-color: #A528AC;
}
.TagClassName
{
border-color: #A528AC;
}
</style>