Shades of Dark Orchid #A526CC
Tints of Dark Orchid #A526CC
RGB
CMYK
RGB Variations
Color information
#A526CC (or 0xA526CC) is known color: Dark Orchid. HEX triplet: A5, 26 and CC. RGB value is (165,38,204). Sum of RGB (Red+Green+Blue) = 165+38+204=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #A526CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526CC is #5AD933. Grayscale: #5E5E5E. Windows color (decimal): -5953844 or 13379237. OLE color: 13379237.
HSL color Cylindrical-coordinate representation of color #A526CC: hue angle of 285.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A526CC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 38 | 204 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.2 |
| HSL | 285.9º | 0.69% | 0.47% | - |
| HSV(B) | 285.9º | 0.81% | 0.8% | - |
| XYZ | 27.11 | 13.75 | 58.35 | - |
| YUV | 94.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 204 | 0.19 | 0.81 | 0 | 0.2 | 285.9 | 0.69 | 0.47 |
| Hex | A5 | 26 | CC | 13 | 51 | 0 | 14 | 11E | 45 | 2F |
| Octal | 245 | 46 | 314 | 23 | 121 | 0 | 24 | 436 | 105 | 57 |
| Binary | 10100101 | 100110 | 11001100 | 10011 | 1010001 | 0 | 10100 | 100011110 | 1000101 | 101111 |
Color Harmonies of #A526CC
Complementary color
Monochromatic Colors of #A526CC
Black with #A526CC
Text Example
Text Example
White with #A526CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526CC; }
p { color: rgb(165,38,204); }
H1.HeaderClassName
{
color: #A526CC;
}
.AnyTagClassName
{
color: #A526CC;
}
</style>
background-color css
<style>
a { background-color: #A526CC; }
a { background-color: rgb(165,38,204); }
div.DivClassName
{
background-color: #A526CC;
}
.BgClassName
{
background-color: #A526CC;
}
</style>
border-color css
<style>
span { border-color: #A526CC; }
span { border-color: rgb(165,38,204); }
td.TdClassName
{
border-color: #A526CC;
}
.TagClassName
{
border-color: #A526CC;
}
</style>