Shades of Light Slate Blue #A595FF
Tints of Light Slate Blue #A595FF
RGB
CMYK
RGB Variations
Color information
#A595FF (or 0xA595FF) is known color: Light Slate Blue. HEX triplet: A5, 95 and FF. RGB value is (165,149,255). Sum of RGB (Red+Green+Blue) = 165+149+255=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A595FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595FF is #5A6A00. Grayscale: #A5A5A5. Windows color (decimal): -5925377 or 16749989. OLE color: 16749989.
HSL color Cylindrical-coordinate representation of color #A595FF: hue angle of 249.06º 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 #A595FF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 149 | 255 | - |
| CMYK | 0.35 | 0.42 | 0 | 0 |
| HSL | 249.06º | 1% | 0.79% | - |
| HSV(B) | 249.06º | 0.42% | 1% | - |
| XYZ | 44.31 | 36.71 | 99.36 | - |
| YUV | 165.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 255 | 0.35 | 0.42 | 0 | 0 | 249.06 | 1 | 0.79 |
| Hex | A5 | 95 | FF | 23 | 2A | 0 | 0 | F9 | 64 | 4F |
| Octal | 245 | 225 | 377 | 43 | 52 | 0 | 0 | 371 | 144 | 117 |
| Binary | 10100101 | 10010101 | 11111111 | 100011 | 101010 | 0 | 0 | 11111001 | 1100100 | 1001111 |
Color Harmonies of #A595FF
Complementary color
Monochromatic Colors of #A595FF
Black with #A595FF
Text Example
Text Example
White with #A595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A595FF; }
p { color: rgb(165,149,255); }
H1.HeaderClassName
{
color: #A595FF;
}
.AnyTagClassName
{
color: #A595FF;
}
</style>
background-color css
<style>
a { background-color: #A595FF; }
a { background-color: rgb(165,149,255); }
div.DivClassName
{
background-color: #A595FF;
}
.BgClassName
{
background-color: #A595FF;
}
</style>
border-color css
<style>
span { border-color: #A595FF; }
span { border-color: rgb(165,149,255); }
td.TdClassName
{
border-color: #A595FF;
}
.TagClassName
{
border-color: #A595FF;
}
</style>