Shades of Dark Orchid #A526E5
Tints of Dark Orchid #A526E5
RGB
CMYK
RGB Variations
Color information
#A526E5 (or 0xA526E5) is known color: Dark Orchid. HEX triplet: A5, 26 and E5. RGB value is (165,38,229). Sum of RGB (Red+Green+Blue) = 165+38+229=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #A526E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526E5 is #5AD91A. Grayscale: #616161. Windows color (decimal): -5953819 or 15017637. OLE color: 15017637.
HSL color Cylindrical-coordinate representation of color #A526E5: hue angle of 279.9º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A526E5 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 38 | 229 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.10 |
| HSL | 279.9º | 0.79% | 0.52% | - |
| HSV(B) | 279.9º | 0.83% | 0.9% | - |
| XYZ | 30.35 | 15.04 | 75.43 | - |
| YUV | 97.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 38 | 229 | 0.28 | 0.83 | 0 | 0.10 | 279.9 | 0.79 | 0.52 |
| Hex | A5 | 26 | E5 | 1C | 53 | 0 | A | 118 | 4F | 34 |
| Octal | 245 | 46 | 345 | 34 | 123 | 0 | 12 | 430 | 117 | 64 |
| Binary | 10100101 | 100110 | 11100101 | 11100 | 1010011 | 0 | 1010 | 100011000 | 1001111 | 110100 |
Color Harmonies of #A526E5
Complementary color
Monochromatic Colors of #A526E5
Black with #A526E5
Text Example
Text Example
White with #A526E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A526E5; }
p { color: rgb(165,38,229); }
H1.HeaderClassName
{
color: #A526E5;
}
.AnyTagClassName
{
color: #A526E5;
}
</style>
background-color css
<style>
a { background-color: #A526E5; }
a { background-color: rgb(165,38,229); }
div.DivClassName
{
background-color: #A526E5;
}
.BgClassName
{
background-color: #A526E5;
}
</style>
border-color css
<style>
span { border-color: #A526E5; }
span { border-color: rgb(165,38,229); }
td.TdClassName
{
border-color: #A526E5;
}
.TagClassName
{
border-color: #A526E5;
}
</style>