Shades of Medium Purple #A25BF8
Tints of Medium Purple #A25BF8
RGB
CMYK
RGB Variations
Color information
#A25BF8 (or 0xA25BF8) is known color: Medium Purple. HEX triplet: A2, 5B and F8. RGB value is (162,91,248). Sum of RGB (Red+Green+Blue) = 162+91+248=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #A25BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BF8 is #5DA407. Grayscale: #818181. Windows color (decimal): -6136840 or 16276386. OLE color: 16276386.
HSL color Cylindrical-coordinate representation of color #A25BF8: hue angle of 267.13º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25BF8 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 91 | 248 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.03 |
| HSL | 267.13º | 0.92% | 0.66% | - |
| HSV(B) | 267.13º | 0.63% | 0.97% | - |
| XYZ | 35.58 | 21.94 | 91.17 | - |
| YUV | 130.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 248 | 0.35 | 0.63 | 0 | 0.03 | 267.13 | 0.92 | 0.66 |
| Hex | A2 | 5B | F8 | 23 | 3F | 0 | 3 | 10B | 5C | 42 |
| Octal | 242 | 133 | 370 | 43 | 77 | 0 | 3 | 413 | 134 | 102 |
| Binary | 10100010 | 1011011 | 11111000 | 100011 | 111111 | 0 | 11 | 100001011 | 1011100 | 1000010 |
Color Harmonies of #A25BF8
Complementary color
Monochromatic Colors of #A25BF8
Black with #A25BF8
Text Example
Text Example
White with #A25BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BF8; }
p { color: rgb(162,91,248); }
H1.HeaderClassName
{
color: #A25BF8;
}
.AnyTagClassName
{
color: #A25BF8;
}
</style>
background-color css
<style>
a { background-color: #A25BF8; }
a { background-color: rgb(162,91,248); }
div.DivClassName
{
background-color: #A25BF8;
}
.BgClassName
{
background-color: #A25BF8;
}
</style>
border-color css
<style>
span { border-color: #A25BF8; }
span { border-color: rgb(162,91,248); }
td.TdClassName
{
border-color: #A25BF8;
}
.TagClassName
{
border-color: #A25BF8;
}
</style>