Shades of Medium Purple #A25AF5
Tints of Medium Purple #A25AF5
RGB
CMYK
RGB Variations
Color information
#A25AF5 (or 0xA25AF5) is known color: Medium Purple. HEX triplet: A2, 5A and F5. RGB value is (162,90,245). Sum of RGB (Red+Green+Blue) = 162+90+245=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #A25AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AF5 is #5DA50A. Grayscale: #808080. Windows color (decimal): -6137099 or 16079522. OLE color: 16079522.
HSL color Cylindrical-coordinate representation of color #A25AF5: hue angle of 267.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25AF5 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 90 | 245 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.04 |
| HSL | 267.87º | 0.89% | 0.66% | - |
| HSV(B) | 267.87º | 0.63% | 0.96% | - |
| XYZ | 35.04 | 21.59 | 88.71 | - |
| YUV | 129.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 245 | 0.34 | 0.63 | 0 | 0.04 | 267.87 | 0.89 | 0.66 |
| Hex | A2 | 5A | F5 | 22 | 3F | 0 | 4 | 10C | 59 | 42 |
| Octal | 242 | 132 | 365 | 42 | 77 | 0 | 4 | 414 | 131 | 102 |
| Binary | 10100010 | 1011010 | 11110101 | 100010 | 111111 | 0 | 100 | 100001100 | 1011001 | 1000010 |
Color Harmonies of #A25AF5
Complementary color
Monochromatic Colors of #A25AF5
Black with #A25AF5
Text Example
Text Example
White with #A25AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AF5; }
p { color: rgb(162,90,245); }
H1.HeaderClassName
{
color: #A25AF5;
}
.AnyTagClassName
{
color: #A25AF5;
}
</style>
background-color css
<style>
a { background-color: #A25AF5; }
a { background-color: rgb(162,90,245); }
div.DivClassName
{
background-color: #A25AF5;
}
.BgClassName
{
background-color: #A25AF5;
}
</style>
border-color css
<style>
span { border-color: #A25AF5; }
span { border-color: rgb(162,90,245); }
td.TdClassName
{
border-color: #A25AF5;
}
.TagClassName
{
border-color: #A25AF5;
}
</style>