Shades of Medium Purple #A465E6
Tints of Medium Purple #A465E6
RGB
CMYK
RGB Variations
Color information
#A465E6 (or 0xA465E6) is known color: Medium Purple. HEX triplet: A4, 65 and E6. RGB value is (164,101,230). Sum of RGB (Red+Green+Blue) = 164+101+230=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #A465E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465E6 is #5B9A19. Grayscale: #868686. Windows color (decimal): -6003226 or 15099300. OLE color: 15099300.
HSL color Cylindrical-coordinate representation of color #A465E6: hue angle of 269.3º 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 #A465E6 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 101 | 230 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.10 |
| HSL | 269.3º | 0.72% | 0.65% | - |
| HSV(B) | 269.3º | 0.56% | 0.9% | - |
| XYZ | 34.25 | 22.91 | 77.48 | - |
| YUV | 134.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 230 | 0.29 | 0.56 | 0 | 0.10 | 269.3 | 0.72 | 0.65 |
| Hex | A4 | 65 | E6 | 1D | 38 | 0 | A | 10D | 48 | 41 |
| Octal | 244 | 145 | 346 | 35 | 70 | 0 | 12 | 415 | 110 | 101 |
| Binary | 10100100 | 1100101 | 11100110 | 11101 | 111000 | 0 | 1010 | 100001101 | 1001000 | 1000001 |
Color Harmonies of #A465E6
Complementary color
Monochromatic Colors of #A465E6
Black with #A465E6
Text Example
Text Example
White with #A465E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465E6; }
p { color: rgb(164,101,230); }
H1.HeaderClassName
{
color: #A465E6;
}
.AnyTagClassName
{
color: #A465E6;
}
</style>
background-color css
<style>
a { background-color: #A465E6; }
a { background-color: rgb(164,101,230); }
div.DivClassName
{
background-color: #A465E6;
}
.BgClassName
{
background-color: #A465E6;
}
</style>
border-color css
<style>
span { border-color: #A465E6; }
span { border-color: rgb(164,101,230); }
td.TdClassName
{
border-color: #A465E6;
}
.TagClassName
{
border-color: #A465E6;
}
</style>