Shades of Dark Orchid #A547E5
Tints of Dark Orchid #A547E5
RGB
CMYK
RGB Variations
Color information
#A547E5 (or 0xA547E5) is known color: Dark Orchid. HEX triplet: A5, 47 and E5. RGB value is (165,71,229). Sum of RGB (Red+Green+Blue) = 165+71+229=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #A547E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547E5 is #5AB81A. Grayscale: #747474. Windows color (decimal): -5945371 or 15026085. OLE color: 15026085.
HSL color Cylindrical-coordinate representation of color #A547E5: hue angle of 275.7º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A547E5 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 71 | 229 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.10 |
| HSL | 275.7º | 0.75% | 0.59% | - |
| HSV(B) | 275.7º | 0.69% | 0.9% | - |
| XYZ | 31.91 | 18.16 | 75.95 | - |
| YUV | 117.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 229 | 0.28 | 0.69 | 0 | 0.10 | 275.7 | 0.75 | 0.59 |
| Hex | A5 | 47 | E5 | 1C | 45 | 0 | A | 114 | 4B | 3B |
| Octal | 245 | 107 | 345 | 34 | 105 | 0 | 12 | 424 | 113 | 73 |
| Binary | 10100101 | 1000111 | 11100101 | 11100 | 1000101 | 0 | 1010 | 100010100 | 1001011 | 111011 |
Color Harmonies of #A547E5
Complementary color
Monochromatic Colors of #A547E5
Black with #A547E5
Text Example
Text Example
White with #A547E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547E5; }
p { color: rgb(165,71,229); }
H1.HeaderClassName
{
color: #A547E5;
}
.AnyTagClassName
{
color: #A547E5;
}
</style>
background-color css
<style>
a { background-color: #A547E5; }
a { background-color: rgb(165,71,229); }
div.DivClassName
{
background-color: #A547E5;
}
.BgClassName
{
background-color: #A547E5;
}
</style>
border-color css
<style>
span { border-color: #A547E5; }
span { border-color: rgb(165,71,229); }
td.TdClassName
{
border-color: #A547E5;
}
.TagClassName
{
border-color: #A547E5;
}
</style>