Shades of Light Slate Blue #A585FE
Tints of Light Slate Blue #A585FE
RGB
CMYK
RGB Variations
Color information
#A585FE (or 0xA585FE) is known color: Light Slate Blue. HEX triplet: A5, 85 and FE. RGB value is (165,133,254). Sum of RGB (Red+Green+Blue) = 165+133+254=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #A585FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FE is #5A7A01. Grayscale: #9B9B9B. Windows color (decimal): -5929474 or 16680357. OLE color: 16680357.
HSL color Cylindrical-coordinate representation of color #A585FE: hue angle of 255.87º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A585FE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 133 | 254 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.00 |
| HSL | 255.87º | 0.98% | 0.76% | - |
| HSV(B) | 255.87º | 0.48% | 1% | - |
| XYZ | 41.79 | 31.93 | 97.73 | - |
| YUV | 156.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 254 | 0.35 | 0.48 | 0 | 0.00 | 255.87 | 0.98 | 0.76 |
| Hex | A5 | 85 | FE | 23 | 30 | 0 | 0 | 100 | 62 | 4C |
| Octal | 245 | 205 | 376 | 43 | 60 | 0 | 0 | 400 | 142 | 114 |
| Binary | 10100101 | 10000101 | 11111110 | 100011 | 110000 | 0 | 0 | 100000000 | 1100010 | 1001100 |
Color Harmonies of #A585FE
Complementary color
Monochromatic Colors of #A585FE
Black with #A585FE
Text Example
Text Example
White with #A585FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585FE; }
p { color: rgb(165,133,254); }
H1.HeaderClassName
{
color: #A585FE;
}
.AnyTagClassName
{
color: #A585FE;
}
</style>
background-color css
<style>
a { background-color: #A585FE; }
a { background-color: rgb(165,133,254); }
div.DivClassName
{
background-color: #A585FE;
}
.BgClassName
{
background-color: #A585FE;
}
</style>
border-color css
<style>
span { border-color: #A585FE; }
span { border-color: rgb(165,133,254); }
td.TdClassName
{
border-color: #A585FE;
}
.TagClassName
{
border-color: #A585FE;
}
</style>