Shades of Light Slate Blue #A592FF
Tints of Light Slate Blue #A592FF
RGB
CMYK
RGB Variations
Color information
#A592FF (or 0xA592FF) is known color: Light Slate Blue. HEX triplet: A5, 92 and FF. RGB value is (165,146,255). Sum of RGB (Red+Green+Blue) = 165+146+255=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A592FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592FF is #5A6D00. Grayscale: #A3A3A3. Windows color (decimal): -5926145 or 16749221. OLE color: 16749221.
HSL color Cylindrical-coordinate representation of color #A592FF: hue angle of 250.46º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A592FF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 146 | 255 | - |
| CMYK | 0.35 | 0.43 | 0 | 0 |
| HSL | 250.46º | 1% | 0.79% | - |
| HSV(B) | 250.46º | 0.43% | 1% | - |
| XYZ | 43.85 | 35.78 | 99.2 | - |
| YUV | 164.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 255 | 0.35 | 0.43 | 0 | 0 | 250.46 | 1 | 0.79 |
| Hex | A5 | 92 | FF | 23 | 2B | 0 | 0 | FA | 64 | 4F |
| Octal | 245 | 222 | 377 | 43 | 53 | 0 | 0 | 372 | 144 | 117 |
| Binary | 10100101 | 10010010 | 11111111 | 100011 | 101011 | 0 | 0 | 11111010 | 1100100 | 1001111 |
Color Harmonies of #A592FF
Complementary color
Monochromatic Colors of #A592FF
Black with #A592FF
Text Example
Text Example
White with #A592FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592FF; }
p { color: rgb(165,146,255); }
H1.HeaderClassName
{
color: #A592FF;
}
.AnyTagClassName
{
color: #A592FF;
}
</style>
background-color css
<style>
a { background-color: #A592FF; }
a { background-color: rgb(165,146,255); }
div.DivClassName
{
background-color: #A592FF;
}
.BgClassName
{
background-color: #A592FF;
}
</style>
border-color css
<style>
span { border-color: #A592FF; }
span { border-color: rgb(165,146,255); }
td.TdClassName
{
border-color: #A592FF;
}
.TagClassName
{
border-color: #A592FF;
}
</style>