Shades of Dark Orchid #A528E5
Tints of Dark Orchid #A528E5
RGB
CMYK
RGB Variations
Color information
#A528E5 (or 0xA528E5) is known color: Dark Orchid. HEX triplet: A5, 28 and E5. RGB value is (165,40,229). Sum of RGB (Red+Green+Blue) = 165+40+229=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #A528E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528E5 is #5AD71A. Grayscale: #626262. Windows color (decimal): -5953307 or 15018149. OLE color: 15018149.
HSL color Cylindrical-coordinate representation of color #A528E5: hue angle of 279.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A528E5 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 40 | 229 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.10 |
| HSL | 279.68º | 0.78% | 0.53% | - |
| HSV(B) | 279.68º | 0.83% | 0.9% | - |
| XYZ | 30.42 | 15.17 | 75.45 | - |
| YUV | 98.92 | 201.41 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 229 | 0.28 | 0.83 | 0 | 0.10 | 279.68 | 0.78 | 0.53 |
| Hex | A5 | 28 | E5 | 1C | 53 | 0 | A | 118 | 4E | 35 |
| Octal | 245 | 50 | 345 | 34 | 123 | 0 | 12 | 430 | 116 | 65 |
| Binary | 10100101 | 101000 | 11100101 | 11100 | 1010011 | 0 | 1010 | 100011000 | 1001110 | 110101 |
Color Harmonies of #A528E5
Complementary color
Monochromatic Colors of #A528E5
Black with #A528E5
Text Example
Text Example
White with #A528E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A528E5; }
p { color: rgb(165,40,229); }
H1.HeaderClassName
{
color: #A528E5;
}
.AnyTagClassName
{
color: #A528E5;
}
</style>
background-color css
<style>
a { background-color: #A528E5; }
a { background-color: rgb(165,40,229); }
div.DivClassName
{
background-color: #A528E5;
}
.BgClassName
{
background-color: #A528E5;
}
</style>
border-color css
<style>
span { border-color: #A528E5; }
span { border-color: rgb(165,40,229); }
td.TdClassName
{
border-color: #A528E5;
}
.TagClassName
{
border-color: #A528E5;
}
</style>