Shades of Dark Orchid #A528C9
Tints of Dark Orchid #A528C9
RGB
CMYK
RGB Variations
Color information
#A528C9 (or 0xA528C9) is known color: Dark Orchid. HEX triplet: A5, 28 and C9. RGB value is (165,40,201). Sum of RGB (Red+Green+Blue) = 165+40+201=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #A528C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528C9 is #5AD736. Grayscale: #5F5F5F. Windows color (decimal): -5953335 or 13183141. OLE color: 13183141.
HSL color Cylindrical-coordinate representation of color #A528C9: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A528C9 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 40 | 201 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.21 |
| HSL | 286.58º | 0.67% | 0.47% | - |
| HSV(B) | 286.58º | 0.8% | 0.79% | - |
| XYZ | 26.82 | 13.73 | 56.5 | - |
| YUV | 95.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 201 | 0.18 | 0.80 | 0 | 0.21 | 286.58 | 0.67 | 0.47 |
| Hex | A5 | 28 | C9 | 12 | 50 | 0 | 15 | 11F | 43 | 2F |
| Octal | 245 | 50 | 311 | 22 | 120 | 0 | 25 | 437 | 103 | 57 |
| Binary | 10100101 | 101000 | 11001001 | 10010 | 1010000 | 0 | 10101 | 100011111 | 1000011 | 101111 |
Color Harmonies of #A528C9
Complementary color
Monochromatic Colors of #A528C9
Black with #A528C9
Text Example
Text Example
White with #A528C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528C9; }
p { color: rgb(165,40,201); }
H1.HeaderClassName
{
color: #A528C9;
}
.AnyTagClassName
{
color: #A528C9;
}
</style>
background-color css
<style>
a { background-color: #A528C9; }
a { background-color: rgb(165,40,201); }
div.DivClassName
{
background-color: #A528C9;
}
.BgClassName
{
background-color: #A528C9;
}
</style>
border-color css
<style>
span { border-color: #A528C9; }
span { border-color: rgb(165,40,201); }
td.TdClassName
{
border-color: #A528C9;
}
.TagClassName
{
border-color: #A528C9;
}
</style>