Shades of Light Slate Blue #A08BFD
Tints of Light Slate Blue #A08BFD
RGB
CMYK
RGB Variations
Color information
#A08BFD (or 0xA08BFD) is known color: Light Slate Blue. HEX triplet: A0, 8B and FD. RGB value is (160,139,253). Sum of RGB (Red+Green+Blue) = 160+139+253=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #A08BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BFD is #5F7402. Grayscale: #9D9D9D. Windows color (decimal): -6255619 or 16616352. OLE color: 16616352.
HSL color Cylindrical-coordinate representation of color #A08BFD: hue angle of 251.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08BFD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 139 | 253 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.01 |
| HSL | 251.05º | 0.97% | 0.77% | - |
| HSV(B) | 251.05º | 0.45% | 0.99% | - |
| XYZ | 41.46 | 33.03 | 97.12 | - |
| YUV | 158.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 253 | 0.37 | 0.45 | 0 | 0.01 | 251.05 | 0.97 | 0.77 |
| Hex | A0 | 8B | FD | 25 | 2D | 0 | 1 | FB | 61 | 4D |
| Octal | 240 | 213 | 375 | 45 | 55 | 0 | 1 | 373 | 141 | 115 |
| Binary | 10100000 | 10001011 | 11111101 | 100101 | 101101 | 0 | 1 | 11111011 | 1100001 | 1001101 |
Color Harmonies of #A08BFD
Complementary color
Monochromatic Colors of #A08BFD
Black with #A08BFD
Text Example
Text Example
White with #A08BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BFD; }
p { color: rgb(160,139,253); }
H1.HeaderClassName
{
color: #A08BFD;
}
.AnyTagClassName
{
color: #A08BFD;
}
</style>
background-color css
<style>
a { background-color: #A08BFD; }
a { background-color: rgb(160,139,253); }
div.DivClassName
{
background-color: #A08BFD;
}
.BgClassName
{
background-color: #A08BFD;
}
</style>
border-color css
<style>
span { border-color: #A08BFD; }
span { border-color: rgb(160,139,253); }
td.TdClassName
{
border-color: #A08BFD;
}
.TagClassName
{
border-color: #A08BFD;
}
</style>