Shades of Medium Purple #A565E6
Tints of Medium Purple #A565E6
RGB
CMYK
RGB Variations
Color information
#A565E6 (or 0xA565E6) is known color: Medium Purple. HEX triplet: A5, 65 and E6. RGB value is (165,101,230). Sum of RGB (Red+Green+Blue) = 165+101+230=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A565E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565E6 is #5A9A19. Grayscale: #868686. Windows color (decimal): -5937690 or 15099301. OLE color: 15099301.
HSL color Cylindrical-coordinate representation of color #A565E6: hue angle of 269.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A565E6 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 101 | 230 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.10 |
| HSL | 269.77º | 0.72% | 0.65% | - |
| HSV(B) | 269.77º | 0.56% | 0.9% | - |
| XYZ | 34.45 | 23.02 | 77.49 | - |
| YUV | 134.84 | 181.7 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 230 | 0.28 | 0.56 | 0 | 0.10 | 269.77 | 0.72 | 0.65 |
| Hex | A5 | 65 | E6 | 1C | 38 | 0 | A | 10E | 48 | 41 |
| Octal | 245 | 145 | 346 | 34 | 70 | 0 | 12 | 416 | 110 | 101 |
| Binary | 10100101 | 1100101 | 11100110 | 11100 | 111000 | 0 | 1010 | 100001110 | 1001000 | 1000001 |
Color Harmonies of #A565E6
Complementary color
Monochromatic Colors of #A565E6
Black with #A565E6
Text Example
Text Example
White with #A565E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565E6; }
p { color: rgb(165,101,230); }
H1.HeaderClassName
{
color: #A565E6;
}
.AnyTagClassName
{
color: #A565E6;
}
</style>
background-color css
<style>
a { background-color: #A565E6; }
a { background-color: rgb(165,101,230); }
div.DivClassName
{
background-color: #A565E6;
}
.BgClassName
{
background-color: #A565E6;
}
</style>
border-color css
<style>
span { border-color: #A565E6; }
span { border-color: rgb(165,101,230); }
td.TdClassName
{
border-color: #A565E6;
}
.TagClassName
{
border-color: #A565E6;
}
</style>