Shades of Light Slate Blue #A485FE
Tints of Light Slate Blue #A485FE
RGB
CMYK
RGB Variations
Color information
#A485FE (or 0xA485FE) is known color: Light Slate Blue. HEX triplet: A4, 85 and FE. RGB value is (164,133,254). Sum of RGB (Red+Green+Blue) = 164+133+254=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A485FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FE is #5B7A01. Grayscale: #9B9B9B. Windows color (decimal): -5995010 or 16680356. OLE color: 16680356.
HSL color Cylindrical-coordinate representation of color #A485FE: hue angle of 255.37º 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 #A485FE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 133 | 254 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.00 |
| HSL | 255.37º | 0.98% | 0.76% | - |
| HSV(B) | 255.37º | 0.48% | 1% | - |
| XYZ | 41.59 | 31.82 | 97.72 | - |
| YUV | 156.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 254 | 0.35 | 0.48 | 0 | 0.00 | 255.37 | 0.98 | 0.76 |
| Hex | A4 | 85 | FE | 23 | 30 | 0 | 0 | FF | 62 | 4C |
| Octal | 244 | 205 | 376 | 43 | 60 | 0 | 0 | 377 | 142 | 114 |
| Binary | 10100100 | 10000101 | 11111110 | 100011 | 110000 | 0 | 0 | 11111111 | 1100010 | 1001100 |
Color Harmonies of #A485FE
Complementary color
Monochromatic Colors of #A485FE
Black with #A485FE
Text Example
Text Example
White with #A485FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485FE; }
p { color: rgb(164,133,254); }
H1.HeaderClassName
{
color: #A485FE;
}
.AnyTagClassName
{
color: #A485FE;
}
</style>
background-color css
<style>
a { background-color: #A485FE; }
a { background-color: rgb(164,133,254); }
div.DivClassName
{
background-color: #A485FE;
}
.BgClassName
{
background-color: #A485FE;
}
</style>
border-color css
<style>
span { border-color: #A485FE; }
span { border-color: rgb(164,133,254); }
td.TdClassName
{
border-color: #A485FE;
}
.TagClassName
{
border-color: #A485FE;
}
</style>