Shades of Light Slate Blue #A092FC
Tints of Light Slate Blue #A092FC
RGB
CMYK
RGB Variations
Color information
#A092FC (or 0xA092FC) is known color: Light Slate Blue. HEX triplet: A0, 92 and FC. RGB value is (160,146,252). Sum of RGB (Red+Green+Blue) = 160+146+252=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A092FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FC is #5F6D03. Grayscale: #A1A1A1. Windows color (decimal): -6253828 or 16552608. OLE color: 16552608.
HSL color Cylindrical-coordinate representation of color #A092FC: hue angle of 247.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A092FC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 146 | 252 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.01 |
| HSL | 247.92º | 0.95% | 0.78% | - |
| HSV(B) | 247.92º | 0.42% | 0.99% | - |
| XYZ | 42.35 | 35.06 | 96.63 | - |
| YUV | 162.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 252 | 0.37 | 0.42 | 0 | 0.01 | 247.92 | 0.95 | 0.78 |
| Hex | A0 | 92 | FC | 25 | 2A | 0 | 1 | F8 | 5F | 4E |
| Octal | 240 | 222 | 374 | 45 | 52 | 0 | 1 | 370 | 137 | 116 |
| Binary | 10100000 | 10010010 | 11111100 | 100101 | 101010 | 0 | 1 | 11111000 | 1011111 | 1001110 |
Color Harmonies of #A092FC
Complementary color
Monochromatic Colors of #A092FC
Black with #A092FC
Text Example
Text Example
White with #A092FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092FC; }
p { color: rgb(160,146,252); }
H1.HeaderClassName
{
color: #A092FC;
}
.AnyTagClassName
{
color: #A092FC;
}
</style>
background-color css
<style>
a { background-color: #A092FC; }
a { background-color: rgb(160,146,252); }
div.DivClassName
{
background-color: #A092FC;
}
.BgClassName
{
background-color: #A092FC;
}
</style>
border-color css
<style>
span { border-color: #A092FC; }
span { border-color: rgb(160,146,252); }
td.TdClassName
{
border-color: #A092FC;
}
.TagClassName
{
border-color: #A092FC;
}
</style>