Shades of Light Slate Blue #A37BFD
Tints of Light Slate Blue #A37BFD
RGB
CMYK
RGB Variations
Color information
#A37BFD (or 0xA37BFD) is known color: Light Slate Blue. HEX triplet: A3, 7B and FD. RGB value is (163,123,253). Sum of RGB (Red+Green+Blue) = 163+123+253=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #A37BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BFD is #5C8402. Grayscale: #959595. Windows color (decimal): -6063107 or 16612259. OLE color: 16612259.
HSL color Cylindrical-coordinate representation of color #A37BFD: hue angle of 258.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37BFD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 123 | 253 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.01 |
| HSL | 258.46º | 0.97% | 0.74% | - |
| HSV(B) | 258.46º | 0.51% | 0.99% | - |
| XYZ | 39.92 | 29.04 | 96.43 | - |
| YUV | 149.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 253 | 0.36 | 0.51 | 0 | 0.01 | 258.46 | 0.97 | 0.74 |
| Hex | A3 | 7B | FD | 24 | 33 | 0 | 1 | 102 | 61 | 4A |
| Octal | 243 | 173 | 375 | 44 | 63 | 0 | 1 | 402 | 141 | 112 |
| Binary | 10100011 | 1111011 | 11111101 | 100100 | 110011 | 0 | 1 | 100000010 | 1100001 | 1001010 |
Color Harmonies of #A37BFD
Complementary color
Monochromatic Colors of #A37BFD
Black with #A37BFD
Text Example
Text Example
White with #A37BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BFD; }
p { color: rgb(163,123,253); }
H1.HeaderClassName
{
color: #A37BFD;
}
.AnyTagClassName
{
color: #A37BFD;
}
</style>
background-color css
<style>
a { background-color: #A37BFD; }
a { background-color: rgb(163,123,253); }
div.DivClassName
{
background-color: #A37BFD;
}
.BgClassName
{
background-color: #A37BFD;
}
</style>
border-color css
<style>
span { border-color: #A37BFD; }
span { border-color: rgb(163,123,253); }
td.TdClassName
{
border-color: #A37BFD;
}
.TagClassName
{
border-color: #A37BFD;
}
</style>