Shades of Light Slate Blue #A290FF
Tints of Light Slate Blue #A290FF
RGB
CMYK
RGB Variations
Color information
#A290FF (or 0xA290FF) is known color: Light Slate Blue. HEX triplet: A2, 90 and FF. RGB value is (162,144,255). Sum of RGB (Red+Green+Blue) = 162+144+255=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A290FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FF is #5D6F00. Grayscale: #A1A1A1. Windows color (decimal): -6123265 or 16748706. OLE color: 16748706.
HSL color Cylindrical-coordinate representation of color #A290FF: hue angle of 249.73º 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 #A290FF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 144 | 255 | - |
| CMYK | 0.36 | 0.44 | 0 | 0 |
| HSL | 249.73º | 1% | 0.78% | - |
| HSV(B) | 249.73º | 0.44% | 1% | - |
| XYZ | 42.92 | 34.85 | 99.07 | - |
| YUV | 162.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 255 | 0.36 | 0.44 | 0 | 0 | 249.73 | 1 | 0.78 |
| Hex | A2 | 90 | FF | 24 | 2C | 0 | 0 | FA | 64 | 4E |
| Octal | 242 | 220 | 377 | 44 | 54 | 0 | 0 | 372 | 144 | 116 |
| Binary | 10100010 | 10010000 | 11111111 | 100100 | 101100 | 0 | 0 | 11111010 | 1100100 | 1001110 |
Color Harmonies of #A290FF
Complementary color
Monochromatic Colors of #A290FF
Black with #A290FF
Text Example
Text Example
White with #A290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290FF; }
p { color: rgb(162,144,255); }
H1.HeaderClassName
{
color: #A290FF;
}
.AnyTagClassName
{
color: #A290FF;
}
</style>
background-color css
<style>
a { background-color: #A290FF; }
a { background-color: rgb(162,144,255); }
div.DivClassName
{
background-color: #A290FF;
}
.BgClassName
{
background-color: #A290FF;
}
</style>
border-color css
<style>
span { border-color: #A290FF; }
span { border-color: rgb(162,144,255); }
td.TdClassName
{
border-color: #A290FF;
}
.TagClassName
{
border-color: #A290FF;
}
</style>