Shades of Light Slate Blue #A37AFB
Tints of Light Slate Blue #A37AFB
RGB
CMYK
RGB Variations
Color information
#A37AFB (or 0xA37AFB) is known color: Light Slate Blue. HEX triplet: A3, 7A and FB. RGB value is (163,122,251). Sum of RGB (Red+Green+Blue) = 163+122+251=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A37AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37AFB is #5C8504. Grayscale: #949494. Windows color (decimal): -6063365 or 16480931. OLE color: 16480931.
HSL color Cylindrical-coordinate representation of color #A37AFB: hue angle of 259.07º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37AFB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 122 | 251 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.02 |
| HSL | 259.07º | 0.94% | 0.73% | - |
| HSV(B) | 259.07º | 0.51% | 0.98% | - |
| XYZ | 39.48 | 28.67 | 94.72 | - |
| YUV | 148.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 251 | 0.35 | 0.51 | 0 | 0.02 | 259.07 | 0.94 | 0.73 |
| Hex | A3 | 7A | FB | 23 | 33 | 0 | 2 | 103 | 5E | 49 |
| Octal | 243 | 172 | 373 | 43 | 63 | 0 | 2 | 403 | 136 | 111 |
| Binary | 10100011 | 1111010 | 11111011 | 100011 | 110011 | 0 | 10 | 100000011 | 1011110 | 1001001 |
Color Harmonies of #A37AFB
Complementary color
Monochromatic Colors of #A37AFB
Black with #A37AFB
Text Example
Text Example
White with #A37AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AFB; }
p { color: rgb(163,122,251); }
H1.HeaderClassName
{
color: #A37AFB;
}
.AnyTagClassName
{
color: #A37AFB;
}
</style>
background-color css
<style>
a { background-color: #A37AFB; }
a { background-color: rgb(163,122,251); }
div.DivClassName
{
background-color: #A37AFB;
}
.BgClassName
{
background-color: #A37AFB;
}
</style>
border-color css
<style>
span { border-color: #A37AFB; }
span { border-color: rgb(163,122,251); }
td.TdClassName
{
border-color: #A37AFB;
}
.TagClassName
{
border-color: #A37AFB;
}
</style>