Shades of Dark Orchid #A529C7
Tints of Dark Orchid #A529C7
RGB
CMYK
RGB Variations
Color information
#A529C7 (or 0xA529C7) is known color: Dark Orchid. HEX triplet: A5, 29 and C7. RGB value is (165,41,199). Sum of RGB (Red+Green+Blue) = 165+41+199=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #A529C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529C7 is #5AD638. Grayscale: #5F5F5F. Windows color (decimal): -5953081 or 13052325. OLE color: 13052325.
HSL color Cylindrical-coordinate representation of color #A529C7: hue angle of 287.09º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A529C7 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 41 | 199 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.22 |
| HSL | 287.09º | 0.66% | 0.47% | - |
| HSV(B) | 287.09º | 0.79% | 0.78% | - |
| XYZ | 26.62 | 13.71 | 55.28 | - |
| YUV | 96.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 199 | 0.17 | 0.79 | 0 | 0.22 | 287.09 | 0.66 | 0.47 |
| Hex | A5 | 29 | C7 | 11 | 4F | 0 | 16 | 11F | 42 | 2F |
| Octal | 245 | 51 | 307 | 21 | 117 | 0 | 26 | 437 | 102 | 57 |
| Binary | 10100101 | 101001 | 11000111 | 10001 | 1001111 | 0 | 10110 | 100011111 | 1000010 | 101111 |
Color Harmonies of #A529C7
Complementary color
Monochromatic Colors of #A529C7
Black with #A529C7
Text Example
Text Example
White with #A529C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529C7; }
p { color: rgb(165,41,199); }
H1.HeaderClassName
{
color: #A529C7;
}
.AnyTagClassName
{
color: #A529C7;
}
</style>
background-color css
<style>
a { background-color: #A529C7; }
a { background-color: rgb(165,41,199); }
div.DivClassName
{
background-color: #A529C7;
}
.BgClassName
{
background-color: #A529C7;
}
</style>
border-color css
<style>
span { border-color: #A529C7; }
span { border-color: rgb(165,41,199); }
td.TdClassName
{
border-color: #A529C7;
}
.TagClassName
{
border-color: #A529C7;
}
</style>