Shades of Light Slate Blue #A484FA
Tints of Light Slate Blue #A484FA
RGB
CMYK
RGB Variations
Color information
#A484FA (or 0xA484FA) is known color: Light Slate Blue. HEX triplet: A4, 84 and FA. RGB value is (164,132,250). Sum of RGB (Red+Green+Blue) = 164+132+250=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #A484FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484FA is #5B7B05. Grayscale: #9A9A9A. Windows color (decimal): -5995270 or 16417956. OLE color: 16417956.
HSL color Cylindrical-coordinate representation of color #A484FA: hue angle of 256.27º degrees, saturation: 0.92, 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 #A484FA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 132 | 250 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.02 |
| HSL | 256.27º | 0.92% | 0.75% | - |
| HSV(B) | 256.27º | 0.47% | 0.98% | - |
| XYZ | 40.82 | 31.3 | 94.33 | - |
| YUV | 155.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 250 | 0.34 | 0.47 | 0 | 0.02 | 256.27 | 0.92 | 0.75 |
| Hex | A4 | 84 | FA | 22 | 2F | 0 | 2 | 100 | 5C | 4B |
| Octal | 244 | 204 | 372 | 42 | 57 | 0 | 2 | 400 | 134 | 113 |
| Binary | 10100100 | 10000100 | 11111010 | 100010 | 101111 | 0 | 10 | 100000000 | 1011100 | 1001011 |
Color Harmonies of #A484FA
Complementary color
Monochromatic Colors of #A484FA
Black with #A484FA
Text Example
Text Example
White with #A484FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484FA; }
p { color: rgb(164,132,250); }
H1.HeaderClassName
{
color: #A484FA;
}
.AnyTagClassName
{
color: #A484FA;
}
</style>
background-color css
<style>
a { background-color: #A484FA; }
a { background-color: rgb(164,132,250); }
div.DivClassName
{
background-color: #A484FA;
}
.BgClassName
{
background-color: #A484FA;
}
</style>
border-color css
<style>
span { border-color: #A484FA; }
span { border-color: rgb(164,132,250); }
td.TdClassName
{
border-color: #A484FA;
}
.TagClassName
{
border-color: #A484FA;
}
</style>