Shades of Medium Purple #A25FFB
Tints of Medium Purple #A25FFB
RGB
CMYK
RGB Variations
Color information
#A25FFB (or 0xA25FFB) is known color: Medium Purple. HEX triplet: A2, 5F and FB. RGB value is (162,95,251). Sum of RGB (Red+Green+Blue) = 162+95+251=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A25FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FFB is #5DA004. Grayscale: #848484. Windows color (decimal): -6135813 or 16474018. OLE color: 16474018.
HSL color Cylindrical-coordinate representation of color #A25FFB: hue angle of 265.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25FFB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 95 | 251 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.02 |
| HSL | 265.77º | 0.95% | 0.68% | - |
| HSV(B) | 265.77º | 0.62% | 0.98% | - |
| XYZ | 36.41 | 22.83 | 93.75 | - |
| YUV | 132.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 251 | 0.35 | 0.62 | 0 | 0.02 | 265.77 | 0.95 | 0.68 |
| Hex | A2 | 5F | FB | 23 | 3E | 0 | 2 | 10A | 5F | 44 |
| Octal | 242 | 137 | 373 | 43 | 76 | 0 | 2 | 412 | 137 | 104 |
| Binary | 10100010 | 1011111 | 11111011 | 100011 | 111110 | 0 | 10 | 100001010 | 1011111 | 1000100 |
Color Harmonies of #A25FFB
Complementary color
Monochromatic Colors of #A25FFB
Black with #A25FFB
Text Example
Text Example
White with #A25FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FFB; }
p { color: rgb(162,95,251); }
H1.HeaderClassName
{
color: #A25FFB;
}
.AnyTagClassName
{
color: #A25FFB;
}
</style>
background-color css
<style>
a { background-color: #A25FFB; }
a { background-color: rgb(162,95,251); }
div.DivClassName
{
background-color: #A25FFB;
}
.BgClassName
{
background-color: #A25FFB;
}
</style>
border-color css
<style>
span { border-color: #A25FFB; }
span { border-color: rgb(162,95,251); }
td.TdClassName
{
border-color: #A25FFB;
}
.TagClassName
{
border-color: #A25FFB;
}
</style>