Shades of Medium Purple #A462EA
Tints of Medium Purple #A462EA
RGB
CMYK
RGB Variations
Color information
#A462EA (or 0xA462EA) is known color: Medium Purple. HEX triplet: A4, 62 and EA. RGB value is (164,98,234). Sum of RGB (Red+Green+Blue) = 164+98+234=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A462EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A462EA is #5B9D15. Grayscale: #848484. Windows color (decimal): -6003990 or 15360676. OLE color: 15360676.
HSL color Cylindrical-coordinate representation of color #A462EA: hue angle of 269.12º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A462EA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 98 | 234 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.08 |
| HSL | 269.12º | 0.76% | 0.65% | - |
| HSV(B) | 269.12º | 0.58% | 0.92% | - |
| XYZ | 34.53 | 22.57 | 80.38 | - |
| YUV | 133.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 234 | 0.30 | 0.58 | 0 | 0.08 | 269.12 | 0.76 | 0.65 |
| Hex | A4 | 62 | EA | 1E | 3A | 0 | 8 | 10D | 4C | 41 |
| Octal | 244 | 142 | 352 | 36 | 72 | 0 | 10 | 415 | 114 | 101 |
| Binary | 10100100 | 1100010 | 11101010 | 11110 | 111010 | 0 | 1000 | 100001101 | 1001100 | 1000001 |
Color Harmonies of #A462EA
Complementary color
Monochromatic Colors of #A462EA
Black with #A462EA
Text Example
Text Example
White with #A462EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A462EA; }
p { color: rgb(164,98,234); }
H1.HeaderClassName
{
color: #A462EA;
}
.AnyTagClassName
{
color: #A462EA;
}
</style>
background-color css
<style>
a { background-color: #A462EA; }
a { background-color: rgb(164,98,234); }
div.DivClassName
{
background-color: #A462EA;
}
.BgClassName
{
background-color: #A462EA;
}
</style>
border-color css
<style>
span { border-color: #A462EA; }
span { border-color: rgb(164,98,234); }
td.TdClassName
{
border-color: #A462EA;
}
.TagClassName
{
border-color: #A462EA;
}
</style>