Shades of Dark Orchid #A527AC
Tints of Dark Orchid #A527AC
RGB
CMYK
RGB Variations
Color information
#A527AC (or 0xA527AC) is known color: Dark Orchid. HEX triplet: A5, 27 and AC. RGB value is (165,39,172). Sum of RGB (Red+Green+Blue) = 165+39+172=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A527AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527AC is #5AD853. Grayscale: #5B5B5B. Windows color (decimal): -5953620 or 11282341. OLE color: 11282341.
HSL color Cylindrical-coordinate representation of color #A527AC: hue angle of 296.84º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A527AC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 39 | 172 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.33 |
| HSL | 296.84º | 0.63% | 0.41% | - |
| HSV(B) | 296.84º | 0.77% | 0.67% | - |
| XYZ | 23.69 | 12.43 | 40.18 | - |
| YUV | 91.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 172 | 0.04 | 0.77 | 0 | 0.33 | 296.84 | 0.63 | 0.41 |
| Hex | A5 | 27 | AC | 4 | 4D | 0 | 21 | 129 | 3F | 29 |
| Octal | 245 | 47 | 254 | 4 | 115 | 0 | 41 | 451 | 77 | 51 |
| Binary | 10100101 | 100111 | 10101100 | 100 | 1001101 | 0 | 100001 | 100101001 | 111111 | 101001 |
Color Harmonies of #A527AC
Complementary color
Monochromatic Colors of #A527AC
Black with #A527AC
Text Example
Text Example
White with #A527AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A527AC; }
p { color: rgb(165,39,172); }
H1.HeaderClassName
{
color: #A527AC;
}
.AnyTagClassName
{
color: #A527AC;
}
</style>
background-color css
<style>
a { background-color: #A527AC; }
a { background-color: rgb(165,39,172); }
div.DivClassName
{
background-color: #A527AC;
}
.BgClassName
{
background-color: #A527AC;
}
</style>
border-color css
<style>
span { border-color: #A527AC; }
span { border-color: rgb(165,39,172); }
td.TdClassName
{
border-color: #A527AC;
}
.TagClassName
{
border-color: #A527AC;
}
</style>