Shades of Light Slate Blue #A25EFE
Tints of Light Slate Blue #A25EFE
RGB
CMYK
RGB Variations
Color information
#A25EFE (or 0xA25EFE) is known color: Light Slate Blue. HEX triplet: A2, 5E and FE. RGB value is (162,94,254). Sum of RGB (Red+Green+Blue) = 162+94+254=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #A25EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFE is #5DA101. Grayscale: #848484. Windows color (decimal): -6136066 or 16670370. OLE color: 16670370.
HSL color Cylindrical-coordinate representation of color #A25EFE: hue angle of 265.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25EFE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 94 | 254 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.00 |
| HSL | 265.5º | 0.99% | 0.68% | - |
| HSV(B) | 265.5º | 0.63% | 1% | - |
| XYZ | 36.79 | 22.84 | 96.24 | - |
| YUV | 132.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 254 | 0.36 | 0.63 | 0 | 0.00 | 265.5 | 0.99 | 0.68 |
| Hex | A2 | 5E | FE | 24 | 3F | 0 | 0 | 10A | 63 | 44 |
| Octal | 242 | 136 | 376 | 44 | 77 | 0 | 0 | 412 | 143 | 104 |
| Binary | 10100010 | 1011110 | 11111110 | 100100 | 111111 | 0 | 0 | 100001010 | 1100011 | 1000100 |
Color Harmonies of #A25EFE
Complementary color
Monochromatic Colors of #A25EFE
Black with #A25EFE
Text Example
Text Example
White with #A25EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EFE; }
p { color: rgb(162,94,254); }
H1.HeaderClassName
{
color: #A25EFE;
}
.AnyTagClassName
{
color: #A25EFE;
}
</style>
background-color css
<style>
a { background-color: #A25EFE; }
a { background-color: rgb(162,94,254); }
div.DivClassName
{
background-color: #A25EFE;
}
.BgClassName
{
background-color: #A25EFE;
}
</style>
border-color css
<style>
span { border-color: #A25EFE; }
span { border-color: rgb(162,94,254); }
td.TdClassName
{
border-color: #A25EFE;
}
.TagClassName
{
border-color: #A25EFE;
}
</style>