Shades of Light Slate Blue #A490FF
Tints of Light Slate Blue #A490FF
RGB
CMYK
RGB Variations
Color information
#A490FF (or 0xA490FF) is known color: Light Slate Blue. HEX triplet: A4, 90 and FF. RGB value is (164,144,255). Sum of RGB (Red+Green+Blue) = 164+144+255=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A490FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490FF is #5B6F00. Grayscale: #A2A2A2. Windows color (decimal): -5992193 or 16748708. OLE color: 16748708.
HSL color Cylindrical-coordinate representation of color #A490FF: hue angle of 250.81º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A490FF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 144 | 255 | - |
| CMYK | 0.36 | 0.44 | 0 | 0 |
| HSL | 250.81º | 1% | 0.78% | - |
| HSV(B) | 250.81º | 0.44% | 1% | - |
| XYZ | 43.33 | 35.06 | 99.09 | - |
| YUV | 162.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 255 | 0.36 | 0.44 | 0 | 0 | 250.81 | 1 | 0.78 |
| Hex | A4 | 90 | FF | 24 | 2C | 0 | 0 | FB | 64 | 4E |
| Octal | 244 | 220 | 377 | 44 | 54 | 0 | 0 | 373 | 144 | 116 |
| Binary | 10100100 | 10010000 | 11111111 | 100100 | 101100 | 0 | 0 | 11111011 | 1100100 | 1001110 |
Color Harmonies of #A490FF
Complementary color
Monochromatic Colors of #A490FF
Black with #A490FF
Text Example
Text Example
White with #A490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490FF; }
p { color: rgb(164,144,255); }
H1.HeaderClassName
{
color: #A490FF;
}
.AnyTagClassName
{
color: #A490FF;
}
</style>
background-color css
<style>
a { background-color: #A490FF; }
a { background-color: rgb(164,144,255); }
div.DivClassName
{
background-color: #A490FF;
}
.BgClassName
{
background-color: #A490FF;
}
</style>
border-color css
<style>
span { border-color: #A490FF; }
span { border-color: rgb(164,144,255); }
td.TdClassName
{
border-color: #A490FF;
}
.TagClassName
{
border-color: #A490FF;
}
</style>