Shades of Medium Purple #A253FA
Tints of Medium Purple #A253FA
RGB
CMYK
RGB Variations
Color information
#A253FA (or 0xA253FA) is known color: Medium Purple. HEX triplet: A2, 53 and FA. RGB value is (162,83,250). Sum of RGB (Red+Green+Blue) = 162+83+250=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #A253FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253FA is #5DAC05. Grayscale: #7D7D7D. Windows color (decimal): -6138886 or 16405410. OLE color: 16405410.
HSL color Cylindrical-coordinate representation of color #A253FA: hue angle of 268.38º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A253FA is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 83 | 250 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.02 |
| HSL | 268.38º | 0.94% | 0.65% | - |
| HSV(B) | 268.38º | 0.67% | 0.98% | - |
| XYZ | 35.25 | 20.77 | 92.59 | - |
| YUV | 125.66 | 198.17 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 250 | 0.35 | 0.67 | 0 | 0.02 | 268.38 | 0.94 | 0.65 |
| Hex | A2 | 53 | FA | 23 | 43 | 0 | 2 | 10C | 5E | 41 |
| Octal | 242 | 123 | 372 | 43 | 103 | 0 | 2 | 414 | 136 | 101 |
| Binary | 10100010 | 1010011 | 11111010 | 100011 | 1000011 | 0 | 10 | 100001100 | 1011110 | 1000001 |
Color Harmonies of #A253FA
Complementary color
Monochromatic Colors of #A253FA
Black with #A253FA
Text Example
Text Example
White with #A253FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253FA; }
p { color: rgb(162,83,250); }
H1.HeaderClassName
{
color: #A253FA;
}
.AnyTagClassName
{
color: #A253FA;
}
</style>
background-color css
<style>
a { background-color: #A253FA; }
a { background-color: rgb(162,83,250); }
div.DivClassName
{
background-color: #A253FA;
}
.BgClassName
{
background-color: #A253FA;
}
</style>
border-color css
<style>
span { border-color: #A253FA; }
span { border-color: rgb(162,83,250); }
td.TdClassName
{
border-color: #A253FA;
}
.TagClassName
{
border-color: #A253FA;
}
</style>