Shades of Medium Purple #A258FE
Tints of Medium Purple #A258FE
RGB
CMYK
RGB Variations
Color information
#A258FE (or 0xA258FE) is known color: Medium Purple. HEX triplet: A2, 58 and FE. RGB value is (162,88,254). Sum of RGB (Red+Green+Blue) = 162+88+254=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A258FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FE is #5DA701. Grayscale: #808080. Windows color (decimal): -6137602 or 16668834. OLE color: 16668834.
HSL color Cylindrical-coordinate representation of color #A258FE: hue angle of 266.75º 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 #A258FE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 88 | 254 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.00 |
| HSL | 266.75º | 0.99% | 0.67% | - |
| HSV(B) | 266.75º | 0.65% | 1% | - |
| XYZ | 36.28 | 21.82 | 96.06 | - |
| YUV | 129.05 | 198.52 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 254 | 0.36 | 0.65 | 0 | 0.00 | 266.75 | 0.99 | 0.67 |
| Hex | A2 | 58 | FE | 24 | 41 | 0 | 0 | 10B | 63 | 43 |
| Octal | 242 | 130 | 376 | 44 | 101 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100010 | 1011000 | 11111110 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A258FE
Complementary color
Monochromatic Colors of #A258FE
Black with #A258FE
Text Example
Text Example
White with #A258FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258FE; }
p { color: rgb(162,88,254); }
H1.HeaderClassName
{
color: #A258FE;
}
.AnyTagClassName
{
color: #A258FE;
}
</style>
background-color css
<style>
a { background-color: #A258FE; }
a { background-color: rgb(162,88,254); }
div.DivClassName
{
background-color: #A258FE;
}
.BgClassName
{
background-color: #A258FE;
}
</style>
border-color css
<style>
span { border-color: #A258FE; }
span { border-color: rgb(162,88,254); }
td.TdClassName
{
border-color: #A258FE;
}
.TagClassName
{
border-color: #A258FE;
}
</style>