Shades of Medium Purple #A25AFB
Tints of Medium Purple #A25AFB
RGB
CMYK
RGB Variations
Color information
#A25AFB (or 0xA25AFB) is known color: Medium Purple. HEX triplet: A2, 5A and FB. RGB value is (162,90,251). Sum of RGB (Red+Green+Blue) = 162+90+251=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #A25AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AFB is #5DA504. Grayscale: #818181. Windows color (decimal): -6137093 or 16472738. OLE color: 16472738.
HSL color Cylindrical-coordinate representation of color #A25AFB: hue angle of 266.83º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A25AFB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 90 | 251 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.02 |
| HSL | 266.83º | 0.95% | 0.67% | - |
| HSV(B) | 266.83º | 0.64% | 0.98% | - |
| XYZ | 35.97 | 21.96 | 93.61 | - |
| YUV | 129.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 251 | 0.35 | 0.64 | 0 | 0.02 | 266.83 | 0.95 | 0.67 |
| Hex | A2 | 5A | FB | 23 | 40 | 0 | 2 | 10B | 5F | 43 |
| Octal | 242 | 132 | 373 | 43 | 100 | 0 | 2 | 413 | 137 | 103 |
| Binary | 10100010 | 1011010 | 11111011 | 100011 | 1000000 | 0 | 10 | 100001011 | 1011111 | 1000011 |
Color Harmonies of #A25AFB
Complementary color
Monochromatic Colors of #A25AFB
Black with #A25AFB
Text Example
Text Example
White with #A25AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AFB; }
p { color: rgb(162,90,251); }
H1.HeaderClassName
{
color: #A25AFB;
}
.AnyTagClassName
{
color: #A25AFB;
}
</style>
background-color css
<style>
a { background-color: #A25AFB; }
a { background-color: rgb(162,90,251); }
div.DivClassName
{
background-color: #A25AFB;
}
.BgClassName
{
background-color: #A25AFB;
}
</style>
border-color css
<style>
span { border-color: #A25AFB; }
span { border-color: rgb(162,90,251); }
td.TdClassName
{
border-color: #A25AFB;
}
.TagClassName
{
border-color: #A25AFB;
}
</style>