Shades of Medium Purple #A565F3
Tints of Medium Purple #A565F3
RGB
CMYK
RGB Variations
Color information
#A565F3 (or 0xA565F3) is known color: Medium Purple. HEX triplet: A5, 65 and F3. RGB value is (165,101,243). Sum of RGB (Red+Green+Blue) = 165+101+243=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #A565F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565F3 is #5A9A0C. Grayscale: #878787. Windows color (decimal): -5937677 or 15951269. OLE color: 15951269.
HSL color Cylindrical-coordinate representation of color #A565F3: hue angle of 267.04º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A565F3 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 101 | 243 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.05 |
| HSL | 267.04º | 0.86% | 0.67% | - |
| HSV(B) | 267.04º | 0.58% | 0.95% | - |
| XYZ | 36.35 | 23.78 | 87.47 | - |
| YUV | 136.32 | 188.2 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 243 | 0.32 | 0.58 | 0 | 0.05 | 267.04 | 0.86 | 0.67 |
| Hex | A5 | 65 | F3 | 20 | 3A | 0 | 5 | 10B | 56 | 43 |
| Octal | 245 | 145 | 363 | 40 | 72 | 0 | 5 | 413 | 126 | 103 |
| Binary | 10100101 | 1100101 | 11110011 | 100000 | 111010 | 0 | 101 | 100001011 | 1010110 | 1000011 |
Color Harmonies of #A565F3
Complementary color
Monochromatic Colors of #A565F3
Black with #A565F3
Text Example
Text Example
White with #A565F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565F3; }
p { color: rgb(165,101,243); }
H1.HeaderClassName
{
color: #A565F3;
}
.AnyTagClassName
{
color: #A565F3;
}
</style>
background-color css
<style>
a { background-color: #A565F3; }
a { background-color: rgb(165,101,243); }
div.DivClassName
{
background-color: #A565F3;
}
.BgClassName
{
background-color: #A565F3;
}
</style>
border-color css
<style>
span { border-color: #A565F3; }
span { border-color: rgb(165,101,243); }
td.TdClassName
{
border-color: #A565F3;
}
.TagClassName
{
border-color: #A565F3;
}
</style>