Shades of Medium Purple #A562F4
Tints of Medium Purple #A562F4
RGB
CMYK
RGB Variations
Color information
#A562F4 (or 0xA562F4) is known color: Medium Purple. HEX triplet: A5, 62 and F4. RGB value is (165,98,244). Sum of RGB (Red+Green+Blue) = 165+98+244=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #A562F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562F4 is #5A9D0B. Grayscale: #868686. Windows color (decimal): -5938444 or 16016037. OLE color: 16016037.
HSL color Cylindrical-coordinate representation of color #A562F4: hue angle of 267.53º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A562F4 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 98 | 244 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.04 |
| HSL | 267.53º | 0.87% | 0.67% | - |
| HSV(B) | 267.53º | 0.6% | 0.96% | - |
| XYZ | 36.21 | 23.27 | 88.17 | - |
| YUV | 134.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 244 | 0.32 | 0.60 | 0 | 0.04 | 267.53 | 0.87 | 0.67 |
| Hex | A5 | 62 | F4 | 20 | 3C | 0 | 4 | 10C | 57 | 43 |
| Octal | 245 | 142 | 364 | 40 | 74 | 0 | 4 | 414 | 127 | 103 |
| Binary | 10100101 | 1100010 | 11110100 | 100000 | 111100 | 0 | 100 | 100001100 | 1010111 | 1000011 |
Color Harmonies of #A562F4
Complementary color
Monochromatic Colors of #A562F4
Black with #A562F4
Text Example
Text Example
White with #A562F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562F4; }
p { color: rgb(165,98,244); }
H1.HeaderClassName
{
color: #A562F4;
}
.AnyTagClassName
{
color: #A562F4;
}
</style>
background-color css
<style>
a { background-color: #A562F4; }
a { background-color: rgb(165,98,244); }
div.DivClassName
{
background-color: #A562F4;
}
.BgClassName
{
background-color: #A562F4;
}
</style>
border-color css
<style>
span { border-color: #A562F4; }
span { border-color: rgb(165,98,244); }
td.TdClassName
{
border-color: #A562F4;
}
.TagClassName
{
border-color: #A562F4;
}
</style>