Shades of Light Slate Blue #A25BFF
Tints of Light Slate Blue #A25BFF
RGB
CMYK
RGB Variations
Color information
#A25BFF (or 0xA25BFF) is known color: Light Slate Blue. HEX triplet: A2, 5B and FF. RGB value is (162,91,255). Sum of RGB (Red+Green+Blue) = 162+91+255=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A25BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BFF is #5DA400. Grayscale: #828282. Windows color (decimal): -6136833 or 16735138. OLE color: 16735138.
HSL color Cylindrical-coordinate representation of color #A25BFF: hue angle of 265.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A25BFF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 91 | 255 | - |
| CMYK | 0.36 | 0.64 | 0 | 0 |
| HSL | 265.98º | 1% | 0.68% | - |
| HSV(B) | 265.98º | 0.64% | 1% | - |
| XYZ | 36.69 | 22.38 | 96.99 | - |
| YUV | 130.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 255 | 0.36 | 0.64 | 0 | 0 | 265.98 | 1 | 0.68 |
| Hex | A2 | 5B | FF | 24 | 40 | 0 | 0 | 10A | 64 | 44 |
| Octal | 242 | 133 | 377 | 44 | 100 | 0 | 0 | 412 | 144 | 104 |
| Binary | 10100010 | 1011011 | 11111111 | 100100 | 1000000 | 0 | 0 | 100001010 | 1100100 | 1000100 |
Color Harmonies of #A25BFF
Complementary color
Monochromatic Colors of #A25BFF
Black with #A25BFF
Text Example
Text Example
White with #A25BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BFF; }
p { color: rgb(162,91,255); }
H1.HeaderClassName
{
color: #A25BFF;
}
.AnyTagClassName
{
color: #A25BFF;
}
</style>
background-color css
<style>
a { background-color: #A25BFF; }
a { background-color: rgb(162,91,255); }
div.DivClassName
{
background-color: #A25BFF;
}
.BgClassName
{
background-color: #A25BFF;
}
</style>
border-color css
<style>
span { border-color: #A25BFF; }
span { border-color: rgb(162,91,255); }
td.TdClassName
{
border-color: #A25BFF;
}
.TagClassName
{
border-color: #A25BFF;
}
</style>