Shades of Medium Purple #A28AF1
Tints of Medium Purple #A28AF1
RGB
CMYK
RGB Variations
Color information
#A28AF1 (or 0xA28AF1) is known color: Medium Purple. HEX triplet: A2, 8A and F1. RGB value is (162,138,241). Sum of RGB (Red+Green+Blue) = 162+138+241=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #A28AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AF1 is #5D750E. Grayscale: #9C9C9C. Windows color (decimal): -6124815 or 15829666. OLE color: 15829666.
HSL color Cylindrical-coordinate representation of color #A28AF1: hue angle of 253.98º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28AF1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 138 | 241 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.05 |
| HSL | 253.98º | 0.79% | 0.74% | - |
| HSV(B) | 253.98º | 0.43% | 0.95% | - |
| XYZ | 39.87 | 32.21 | 87.33 | - |
| YUV | 156.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 241 | 0.33 | 0.43 | 0 | 0.05 | 253.98 | 0.79 | 0.74 |
| Hex | A2 | 8A | F1 | 21 | 2B | 0 | 5 | FE | 4F | 4A |
| Octal | 242 | 212 | 361 | 41 | 53 | 0 | 5 | 376 | 117 | 112 |
| Binary | 10100010 | 10001010 | 11110001 | 100001 | 101011 | 0 | 101 | 11111110 | 1001111 | 1001010 |
Color Harmonies of #A28AF1
Complementary color
Monochromatic Colors of #A28AF1
Black with #A28AF1
Text Example
Text Example
White with #A28AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AF1; }
p { color: rgb(162,138,241); }
H1.HeaderClassName
{
color: #A28AF1;
}
.AnyTagClassName
{
color: #A28AF1;
}
</style>
background-color css
<style>
a { background-color: #A28AF1; }
a { background-color: rgb(162,138,241); }
div.DivClassName
{
background-color: #A28AF1;
}
.BgClassName
{
background-color: #A28AF1;
}
</style>
border-color css
<style>
span { border-color: #A28AF1; }
span { border-color: rgb(162,138,241); }
td.TdClassName
{
border-color: #A28AF1;
}
.TagClassName
{
border-color: #A28AF1;
}
</style>