Shades of Medium Purple #A25DF7
Tints of Medium Purple #A25DF7
RGB
CMYK
RGB Variations
Color information
#A25DF7 (or 0xA25DF7) is known color: Medium Purple. HEX triplet: A2, 5D and F7. RGB value is (162,93,247). Sum of RGB (Red+Green+Blue) = 162+93+247=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #A25DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DF7 is #5DA208. Grayscale: #828282. Windows color (decimal): -6136329 or 16211362. OLE color: 16211362.
HSL color Cylindrical-coordinate representation of color #A25DF7: hue angle of 266.88º degrees, saturation: 0.91, 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 #A25DF7 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 93 | 247 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.03 |
| HSL | 266.88º | 0.91% | 0.67% | - |
| HSV(B) | 266.88º | 0.62% | 0.97% | - |
| XYZ | 35.6 | 22.23 | 90.41 | - |
| YUV | 131.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 247 | 0.34 | 0.62 | 0 | 0.03 | 266.88 | 0.91 | 0.67 |
| Hex | A2 | 5D | F7 | 22 | 3E | 0 | 3 | 10B | 5B | 43 |
| Octal | 242 | 135 | 367 | 42 | 76 | 0 | 3 | 413 | 133 | 103 |
| Binary | 10100010 | 1011101 | 11110111 | 100010 | 111110 | 0 | 11 | 100001011 | 1011011 | 1000011 |
Color Harmonies of #A25DF7
Complementary color
Monochromatic Colors of #A25DF7
Black with #A25DF7
Text Example
Text Example
White with #A25DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DF7; }
p { color: rgb(162,93,247); }
H1.HeaderClassName
{
color: #A25DF7;
}
.AnyTagClassName
{
color: #A25DF7;
}
</style>
background-color css
<style>
a { background-color: #A25DF7; }
a { background-color: rgb(162,93,247); }
div.DivClassName
{
background-color: #A25DF7;
}
.BgClassName
{
background-color: #A25DF7;
}
</style>
border-color css
<style>
span { border-color: #A25DF7; }
span { border-color: rgb(162,93,247); }
td.TdClassName
{
border-color: #A25DF7;
}
.TagClassName
{
border-color: #A25DF7;
}
</style>