Shades of Light Slate Blue #A485FB
Tints of Light Slate Blue #A485FB
RGB
CMYK
RGB Variations
Color information
#A485FB (or 0xA485FB) is known color: Light Slate Blue. HEX triplet: A4, 85 and FB. RGB value is (164,133,251). Sum of RGB (Red+Green+Blue) = 164+133+251=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #A485FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FB is #5B7A04. Grayscale: #9B9B9B. Windows color (decimal): -5995013 or 16483748. OLE color: 16483748.
HSL color Cylindrical-coordinate representation of color #A485FB: hue angle of 255.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A485FB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 133 | 251 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 255.76º | 0.94% | 0.75% | - |
| HSV(B) | 255.76º | 0.47% | 0.98% | - |
| XYZ | 41.11 | 31.63 | 95.21 | - |
| YUV | 155.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 251 | 0.35 | 0.47 | 0 | 0.02 | 255.76 | 0.94 | 0.75 |
| Hex | A4 | 85 | FB | 23 | 2F | 0 | 2 | 100 | 5E | 4B |
| Octal | 244 | 205 | 373 | 43 | 57 | 0 | 2 | 400 | 136 | 113 |
| Binary | 10100100 | 10000101 | 11111011 | 100011 | 101111 | 0 | 10 | 100000000 | 1011110 | 1001011 |
Color Harmonies of #A485FB
Complementary color
Monochromatic Colors of #A485FB
Black with #A485FB
Text Example
Text Example
White with #A485FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485FB; }
p { color: rgb(164,133,251); }
H1.HeaderClassName
{
color: #A485FB;
}
.AnyTagClassName
{
color: #A485FB;
}
</style>
background-color css
<style>
a { background-color: #A485FB; }
a { background-color: rgb(164,133,251); }
div.DivClassName
{
background-color: #A485FB;
}
.BgClassName
{
background-color: #A485FB;
}
</style>
border-color css
<style>
span { border-color: #A485FB; }
span { border-color: rgb(164,133,251); }
td.TdClassName
{
border-color: #A485FB;
}
.TagClassName
{
border-color: #A485FB;
}
</style>