Shades of Medium Purple #A262F4
Tints of Medium Purple #A262F4
RGB
CMYK
RGB Variations
Color information
#A262F4 (or 0xA262F4) is known color: Medium Purple. HEX triplet: A2, 62 and F4. RGB value is (162,98,244). Sum of RGB (Red+Green+Blue) = 162+98+244=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #A262F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262F4 is #5D9D0B. Grayscale: #858585. Windows color (decimal): -6135052 or 16016034. OLE color: 16016034.
HSL color Cylindrical-coordinate representation of color #A262F4: hue angle of 266.3º 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 #A262F4 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 98 | 244 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.04 |
| HSL | 266.3º | 0.87% | 0.67% | - |
| HSV(B) | 266.3º | 0.6% | 0.96% | - |
| XYZ | 35.6 | 22.95 | 88.14 | - |
| YUV | 133.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 244 | 0.34 | 0.60 | 0 | 0.04 | 266.3 | 0.87 | 0.67 |
| Hex | A2 | 62 | F4 | 22 | 3C | 0 | 4 | 10A | 57 | 43 |
| Octal | 242 | 142 | 364 | 42 | 74 | 0 | 4 | 412 | 127 | 103 |
| Binary | 10100010 | 1100010 | 11110100 | 100010 | 111100 | 0 | 100 | 100001010 | 1010111 | 1000011 |
Color Harmonies of #A262F4
Complementary color
Monochromatic Colors of #A262F4
Black with #A262F4
Text Example
Text Example
White with #A262F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262F4; }
p { color: rgb(162,98,244); }
H1.HeaderClassName
{
color: #A262F4;
}
.AnyTagClassName
{
color: #A262F4;
}
</style>
background-color css
<style>
a { background-color: #A262F4; }
a { background-color: rgb(162,98,244); }
div.DivClassName
{
background-color: #A262F4;
}
.BgClassName
{
background-color: #A262F4;
}
</style>
border-color css
<style>
span { border-color: #A262F4; }
span { border-color: rgb(162,98,244); }
td.TdClassName
{
border-color: #A262F4;
}
.TagClassName
{
border-color: #A262F4;
}
</style>