Shades of Medium Purple #A465ED
Tints of Medium Purple #A465ED
RGB
CMYK
RGB Variations
Color information
#A465ED (or 0xA465ED) is known color: Medium Purple. HEX triplet: A4, 65 and ED. RGB value is (164,101,237). Sum of RGB (Red+Green+Blue) = 164+101+237=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A465ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465ED is #5B9A12. Grayscale: #868686. Windows color (decimal): -6003219 or 15558052. OLE color: 15558052.
HSL color Cylindrical-coordinate representation of color #A465ED: hue angle of 267.79º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A465ED is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 101 | 237 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 267.79º | 0.79% | 0.66% | - |
| HSV(B) | 267.79º | 0.57% | 0.93% | - |
| XYZ | 35.25 | 23.31 | 82.76 | - |
| YUV | 135.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 237 | 0.31 | 0.57 | 0 | 0.07 | 267.79 | 0.79 | 0.66 |
| Hex | A4 | 65 | ED | 1F | 39 | 0 | 7 | 10C | 4F | 42 |
| Octal | 244 | 145 | 355 | 37 | 71 | 0 | 7 | 414 | 117 | 102 |
| Binary | 10100100 | 1100101 | 11101101 | 11111 | 111001 | 0 | 111 | 100001100 | 1001111 | 1000010 |
Color Harmonies of #A465ED
Complementary color
Monochromatic Colors of #A465ED
Black with #A465ED
Text Example
Text Example
White with #A465ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465ED; }
p { color: rgb(164,101,237); }
H1.HeaderClassName
{
color: #A465ED;
}
.AnyTagClassName
{
color: #A465ED;
}
</style>
background-color css
<style>
a { background-color: #A465ED; }
a { background-color: rgb(164,101,237); }
div.DivClassName
{
background-color: #A465ED;
}
.BgClassName
{
background-color: #A465ED;
}
</style>
border-color css
<style>
span { border-color: #A465ED; }
span { border-color: rgb(164,101,237); }
td.TdClassName
{
border-color: #A465ED;
}
.TagClassName
{
border-color: #A465ED;
}
</style>