Shades of Medium Purple #A25BF6
Tints of Medium Purple #A25BF6
RGB
CMYK
RGB Variations
Color information
#A25BF6 (or 0xA25BF6) is known color: Medium Purple. HEX triplet: A2, 5B and F6. RGB value is (162,91,246). Sum of RGB (Red+Green+Blue) = 162+91+246=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #A25BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BF6 is #5DA409. Grayscale: #818181. Windows color (decimal): -6136842 or 16145314. OLE color: 16145314.
HSL color Cylindrical-coordinate representation of color #A25BF6: hue angle of 267.48º degrees, saturation: 0.9, 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 #A25BF6 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 91 | 246 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.04 |
| HSL | 267.48º | 0.9% | 0.66% | - |
| HSV(B) | 267.48º | 0.63% | 0.96% | - |
| XYZ | 35.28 | 21.82 | 89.54 | - |
| YUV | 129.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 246 | 0.34 | 0.63 | 0 | 0.04 | 267.48 | 0.9 | 0.66 |
| Hex | A2 | 5B | F6 | 22 | 3F | 0 | 4 | 10B | 5A | 42 |
| Octal | 242 | 133 | 366 | 42 | 77 | 0 | 4 | 413 | 132 | 102 |
| Binary | 10100010 | 1011011 | 11110110 | 100010 | 111111 | 0 | 100 | 100001011 | 1011010 | 1000010 |
Color Harmonies of #A25BF6
Complementary color
Monochromatic Colors of #A25BF6
Black with #A25BF6
Text Example
Text Example
White with #A25BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BF6; }
p { color: rgb(162,91,246); }
H1.HeaderClassName
{
color: #A25BF6;
}
.AnyTagClassName
{
color: #A25BF6;
}
</style>
background-color css
<style>
a { background-color: #A25BF6; }
a { background-color: rgb(162,91,246); }
div.DivClassName
{
background-color: #A25BF6;
}
.BgClassName
{
background-color: #A25BF6;
}
</style>
border-color css
<style>
span { border-color: #A25BF6; }
span { border-color: rgb(162,91,246); }
td.TdClassName
{
border-color: #A25BF6;
}
.TagClassName
{
border-color: #A25BF6;
}
</style>