Shades of Medium Purple #A25AFD
Tints of Medium Purple #A25AFD
RGB
CMYK
RGB Variations
Color information
#A25AFD (or 0xA25AFD) is known color: Medium Purple. HEX triplet: A2, 5A and FD. RGB value is (162,90,253). Sum of RGB (Red+Green+Blue) = 162+90+253=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A25AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AFD is #5DA502. Grayscale: #818181. Windows color (decimal): -6137091 or 16603810. OLE color: 16603810.
HSL color Cylindrical-coordinate representation of color #A25AFD: hue angle of 266.5º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A25AFD is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 90 | 253 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.01 |
| HSL | 266.5º | 0.98% | 0.67% | - |
| HSV(B) | 266.5º | 0.64% | 0.99% | - |
| XYZ | 36.29 | 22.09 | 95.28 | - |
| YUV | 130.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 253 | 0.36 | 0.64 | 0 | 0.01 | 266.5 | 0.98 | 0.67 |
| Hex | A2 | 5A | FD | 24 | 40 | 0 | 1 | 10B | 62 | 43 |
| Octal | 242 | 132 | 375 | 44 | 100 | 0 | 1 | 413 | 142 | 103 |
| Binary | 10100010 | 1011010 | 11111101 | 100100 | 1000000 | 0 | 1 | 100001011 | 1100010 | 1000011 |
Color Harmonies of #A25AFD
Complementary color
Monochromatic Colors of #A25AFD
Black with #A25AFD
Text Example
Text Example
White with #A25AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AFD; }
p { color: rgb(162,90,253); }
H1.HeaderClassName
{
color: #A25AFD;
}
.AnyTagClassName
{
color: #A25AFD;
}
</style>
background-color css
<style>
a { background-color: #A25AFD; }
a { background-color: rgb(162,90,253); }
div.DivClassName
{
background-color: #A25AFD;
}
.BgClassName
{
background-color: #A25AFD;
}
</style>
border-color css
<style>
span { border-color: #A25AFD; }
span { border-color: rgb(162,90,253); }
td.TdClassName
{
border-color: #A25AFD;
}
.TagClassName
{
border-color: #A25AFD;
}
</style>