Shades of Light Slate Blue #A495FF
Tints of Light Slate Blue #A495FF
RGB
CMYK
RGB Variations
Color information
#A495FF (or 0xA495FF) is known color: Light Slate Blue. HEX triplet: A4, 95 and FF. RGB value is (164,149,255). Sum of RGB (Red+Green+Blue) = 164+149+255=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A495FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FF is #5B6A00. Grayscale: #A5A5A5. Windows color (decimal): -5990913 or 16749988. OLE color: 16749988.
HSL color Cylindrical-coordinate representation of color #A495FF: hue angle of 248.49º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A495FF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 149 | 255 | - |
| CMYK | 0.36 | 0.42 | 0 | 0 |
| HSL | 248.49º | 1% | 0.79% | - |
| HSV(B) | 248.49º | 0.42% | 1% | - |
| XYZ | 44.11 | 36.61 | 99.35 | - |
| YUV | 165.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 255 | 0.36 | 0.42 | 0 | 0 | 248.49 | 1 | 0.79 |
| Hex | A4 | 95 | FF | 24 | 2A | 0 | 0 | F8 | 64 | 4F |
| Octal | 244 | 225 | 377 | 44 | 52 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100100 | 10010101 | 11111111 | 100100 | 101010 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A495FF
Complementary color
Monochromatic Colors of #A495FF
Black with #A495FF
Text Example
Text Example
White with #A495FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495FF; }
p { color: rgb(164,149,255); }
H1.HeaderClassName
{
color: #A495FF;
}
.AnyTagClassName
{
color: #A495FF;
}
</style>
background-color css
<style>
a { background-color: #A495FF; }
a { background-color: rgb(164,149,255); }
div.DivClassName
{
background-color: #A495FF;
}
.BgClassName
{
background-color: #A495FF;
}
</style>
border-color css
<style>
span { border-color: #A495FF; }
span { border-color: rgb(164,149,255); }
td.TdClassName
{
border-color: #A495FF;
}
.TagClassName
{
border-color: #A495FF;
}
</style>