Shades of Medium Purple #A25AFE
Tints of Medium Purple #A25AFE
RGB
CMYK
RGB Variations
Color information
#A25AFE (or 0xA25AFE) is known color: Medium Purple. HEX triplet: A2, 5A and FE. RGB value is (162,90,254). Sum of RGB (Red+Green+Blue) = 162+90+254=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #A25AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AFE is #5DA501. Grayscale: #818181. Windows color (decimal): -6137090 or 16669346. OLE color: 16669346.
HSL color Cylindrical-coordinate representation of color #A25AFE: hue angle of 266.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25AFE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 90 | 254 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.00 |
| HSL | 266.34º | 0.99% | 0.67% | - |
| HSV(B) | 266.34º | 0.65% | 1% | - |
| XYZ | 36.45 | 22.15 | 96.12 | - |
| YUV | 130.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 254 | 0.36 | 0.65 | 0 | 0.00 | 266.34 | 0.99 | 0.67 |
| Hex | A2 | 5A | FE | 24 | 41 | 0 | 0 | 10A | 63 | 43 |
| Octal | 242 | 132 | 376 | 44 | 101 | 0 | 0 | 412 | 143 | 103 |
| Binary | 10100010 | 1011010 | 11111110 | 100100 | 1000001 | 0 | 0 | 100001010 | 1100011 | 1000011 |
Color Harmonies of #A25AFE
Complementary color
Monochromatic Colors of #A25AFE
Black with #A25AFE
Text Example
Text Example
White with #A25AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AFE; }
p { color: rgb(162,90,254); }
H1.HeaderClassName
{
color: #A25AFE;
}
.AnyTagClassName
{
color: #A25AFE;
}
</style>
background-color css
<style>
a { background-color: #A25AFE; }
a { background-color: rgb(162,90,254); }
div.DivClassName
{
background-color: #A25AFE;
}
.BgClassName
{
background-color: #A25AFE;
}
</style>
border-color css
<style>
span { border-color: #A25AFE; }
span { border-color: rgb(162,90,254); }
td.TdClassName
{
border-color: #A25AFE;
}
.TagClassName
{
border-color: #A25AFE;
}
</style>