Shades of Medium Purple #A25FF8
Tints of Medium Purple #A25FF8
RGB
CMYK
RGB Variations
Color information
#A25FF8 (or 0xA25FF8) is known color: Medium Purple. HEX triplet: A2, 5F and F8. RGB value is (162,95,248). Sum of RGB (Red+Green+Blue) = 162+95+248=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #A25FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FF8 is #5DA007. Grayscale: #838383. Windows color (decimal): -6135816 or 16277410. OLE color: 16277410.
HSL color Cylindrical-coordinate representation of color #A25FF8: hue angle of 266.27º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25FF8 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 95 | 248 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.03 |
| HSL | 266.27º | 0.92% | 0.67% | - |
| HSV(B) | 266.27º | 0.62% | 0.97% | - |
| XYZ | 35.94 | 22.64 | 91.28 | - |
| YUV | 132.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 248 | 0.35 | 0.62 | 0 | 0.03 | 266.27 | 0.92 | 0.67 |
| Hex | A2 | 5F | F8 | 23 | 3E | 0 | 3 | 10A | 5C | 43 |
| Octal | 242 | 137 | 370 | 43 | 76 | 0 | 3 | 412 | 134 | 103 |
| Binary | 10100010 | 1011111 | 11111000 | 100011 | 111110 | 0 | 11 | 100001010 | 1011100 | 1000011 |
Color Harmonies of #A25FF8
Complementary color
Monochromatic Colors of #A25FF8
Black with #A25FF8
Text Example
Text Example
White with #A25FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FF8; }
p { color: rgb(162,95,248); }
H1.HeaderClassName
{
color: #A25FF8;
}
.AnyTagClassName
{
color: #A25FF8;
}
</style>
background-color css
<style>
a { background-color: #A25FF8; }
a { background-color: rgb(162,95,248); }
div.DivClassName
{
background-color: #A25FF8;
}
.BgClassName
{
background-color: #A25FF8;
}
</style>
border-color css
<style>
span { border-color: #A25FF8; }
span { border-color: rgb(162,95,248); }
td.TdClassName
{
border-color: #A25FF8;
}
.TagClassName
{
border-color: #A25FF8;
}
</style>