Shades of Medium Purple #A365E6
Tints of Medium Purple #A365E6
RGB
CMYK
RGB Variations
Color information
#A365E6 (or 0xA365E6) is known color: Medium Purple. HEX triplet: A3, 65 and E6. RGB value is (163,101,230). Sum of RGB (Red+Green+Blue) = 163+101+230=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #A365E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365E6 is #5C9A19. Grayscale: #858585. Windows color (decimal): -6068762 or 15099299. OLE color: 15099299.
HSL color Cylindrical-coordinate representation of color #A365E6: hue angle of 268.84º 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 #A365E6 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 101 | 230 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.10 |
| HSL | 268.84º | 0.72% | 0.65% | - |
| HSV(B) | 268.84º | 0.56% | 0.9% | - |
| XYZ | 34.04 | 22.81 | 77.47 | - |
| YUV | 134.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 230 | 0.29 | 0.56 | 0 | 0.10 | 268.84 | 0.72 | 0.65 |
| Hex | A3 | 65 | E6 | 1D | 38 | 0 | A | 10D | 48 | 41 |
| Octal | 243 | 145 | 346 | 35 | 70 | 0 | 12 | 415 | 110 | 101 |
| Binary | 10100011 | 1100101 | 11100110 | 11101 | 111000 | 0 | 1010 | 100001101 | 1001000 | 1000001 |
Color Harmonies of #A365E6
Complementary color
Monochromatic Colors of #A365E6
Black with #A365E6
Text Example
Text Example
White with #A365E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365E6; }
p { color: rgb(163,101,230); }
H1.HeaderClassName
{
color: #A365E6;
}
.AnyTagClassName
{
color: #A365E6;
}
</style>
background-color css
<style>
a { background-color: #A365E6; }
a { background-color: rgb(163,101,230); }
div.DivClassName
{
background-color: #A365E6;
}
.BgClassName
{
background-color: #A365E6;
}
</style>
border-color css
<style>
span { border-color: #A365E6; }
span { border-color: rgb(163,101,230); }
td.TdClassName
{
border-color: #A365E6;
}
.TagClassName
{
border-color: #A365E6;
}
</style>