Shades of Dark Orchid #A528CF
Tints of Dark Orchid #A528CF
RGB
CMYK
RGB Variations
Color information
#A528CF (or 0xA528CF) is known color: Dark Orchid. HEX triplet: A5, 28 and CF. RGB value is (165,40,207). Sum of RGB (Red+Green+Blue) = 165+40+207=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A528CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528CF is #5AD730. Grayscale: #5F5F5F. Windows color (decimal): -5953329 or 13576357. OLE color: 13576357.
HSL color Cylindrical-coordinate representation of color #A528CF: hue angle of 284.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A528CF is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 40 | 207 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.19 |
| HSL | 284.91º | 0.68% | 0.48% | - |
| HSV(B) | 284.91º | 0.81% | 0.81% | - |
| XYZ | 27.54 | 14.02 | 60.29 | - |
| YUV | 96.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 207 | 0.20 | 0.81 | 0 | 0.19 | 284.91 | 0.68 | 0.48 |
| Hex | A5 | 28 | CF | 14 | 51 | 0 | 13 | 11D | 44 | 30 |
| Octal | 245 | 50 | 317 | 24 | 121 | 0 | 23 | 435 | 104 | 60 |
| Binary | 10100101 | 101000 | 11001111 | 10100 | 1010001 | 0 | 10011 | 100011101 | 1000100 | 110000 |
Color Harmonies of #A528CF
Complementary color
Monochromatic Colors of #A528CF
Black with #A528CF
Text Example
Text Example
White with #A528CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528CF; }
p { color: rgb(165,40,207); }
H1.HeaderClassName
{
color: #A528CF;
}
.AnyTagClassName
{
color: #A528CF;
}
</style>
background-color css
<style>
a { background-color: #A528CF; }
a { background-color: rgb(165,40,207); }
div.DivClassName
{
background-color: #A528CF;
}
.BgClassName
{
background-color: #A528CF;
}
</style>
border-color css
<style>
span { border-color: #A528CF; }
span { border-color: rgb(165,40,207); }
td.TdClassName
{
border-color: #A528CF;
}
.TagClassName
{
border-color: #A528CF;
}
</style>