Shades of Light Slate Blue #A682FB
Tints of Light Slate Blue #A682FB
RGB
CMYK
RGB Variations
Color information
#A682FB (or 0xA682FB) is known color: Light Slate Blue. HEX triplet: A6, 82 and FB. RGB value is (166,130,251). Sum of RGB (Red+Green+Blue) = 166+130+251=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #A682FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FB is #597D04. Grayscale: #9A9A9A. Windows color (decimal): -5864709 or 16482982. OLE color: 16482982.
HSL color Cylindrical-coordinate representation of color #A682FB: hue angle of 257.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A682FB is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 130 | 251 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.02 |
| HSL | 257.85º | 0.94% | 0.75% | - |
| HSV(B) | 257.85º | 0.48% | 0.98% | - |
| XYZ | 41.12 | 31.04 | 95.09 | - |
| YUV | 154.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 251 | 0.34 | 0.48 | 0 | 0.02 | 257.85 | 0.94 | 0.75 |
| Hex | A6 | 82 | FB | 22 | 30 | 0 | 2 | 102 | 5E | 4B |
| Octal | 246 | 202 | 373 | 42 | 60 | 0 | 2 | 402 | 136 | 113 |
| Binary | 10100110 | 10000010 | 11111011 | 100010 | 110000 | 0 | 10 | 100000010 | 1011110 | 1001011 |
Color Harmonies of #A682FB
Complementary color
Monochromatic Colors of #A682FB
Black with #A682FB
Text Example
Text Example
White with #A682FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682FB; }
p { color: rgb(166,130,251); }
H1.HeaderClassName
{
color: #A682FB;
}
.AnyTagClassName
{
color: #A682FB;
}
</style>
background-color css
<style>
a { background-color: #A682FB; }
a { background-color: rgb(166,130,251); }
div.DivClassName
{
background-color: #A682FB;
}
.BgClassName
{
background-color: #A682FB;
}
</style>
border-color css
<style>
span { border-color: #A682FB; }
span { border-color: rgb(166,130,251); }
td.TdClassName
{
border-color: #A682FB;
}
.TagClassName
{
border-color: #A682FB;
}
</style>