Shades of Dark Orchid #A526DC
Tints of Dark Orchid #A526DC
RGB
CMYK
RGB Variations
Color information
#A526DC (or 0xA526DC) is known color: Dark Orchid. HEX triplet: A5, 26 and DC. RGB value is (165,38,220). Sum of RGB (Red+Green+Blue) = 165+38+220=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A526DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526DC is #5AD923. Grayscale: #606060. Windows color (decimal): -5953828 or 14427813. OLE color: 14427813.
HSL color Cylindrical-coordinate representation of color #A526DC: hue angle of 281.87º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A526DC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 38 | 220 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.14 |
| HSL | 281.87º | 0.72% | 0.51% | - |
| HSV(B) | 281.87º | 0.83% | 0.86% | - |
| XYZ | 29.13 | 14.55 | 68.98 | - |
| YUV | 96.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 220 | 0.25 | 0.83 | 0 | 0.14 | 281.87 | 0.72 | 0.51 |
| Hex | A5 | 26 | DC | 19 | 53 | 0 | E | 11A | 48 | 33 |
| Octal | 245 | 46 | 334 | 31 | 123 | 0 | 16 | 432 | 110 | 63 |
| Binary | 10100101 | 100110 | 11011100 | 11001 | 1010011 | 0 | 1110 | 100011010 | 1001000 | 110011 |
Color Harmonies of #A526DC
Complementary color
Monochromatic Colors of #A526DC
Black with #A526DC
Text Example
Text Example
White with #A526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526DC; }
p { color: rgb(165,38,220); }
H1.HeaderClassName
{
color: #A526DC;
}
.AnyTagClassName
{
color: #A526DC;
}
</style>
background-color css
<style>
a { background-color: #A526DC; }
a { background-color: rgb(165,38,220); }
div.DivClassName
{
background-color: #A526DC;
}
.BgClassName
{
background-color: #A526DC;
}
</style>
border-color css
<style>
span { border-color: #A526DC; }
span { border-color: rgb(165,38,220); }
td.TdClassName
{
border-color: #A526DC;
}
.TagClassName
{
border-color: #A526DC;
}
</style>