Shades of Light Slate Blue #A785FC
Tints of Light Slate Blue #A785FC
RGB
CMYK
RGB Variations
Color information
#A785FC (or 0xA785FC) is known color: Light Slate Blue. HEX triplet: A7, 85 and FC. RGB value is (167,133,252). Sum of RGB (Red+Green+Blue) = 167+133+252=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #A785FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785FC is #587A03. Grayscale: #9C9C9C. Windows color (decimal): -5798404 or 16549287. OLE color: 16549287.
HSL color Cylindrical-coordinate representation of color #A785FC: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A785FC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 133 | 252 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.01 |
| HSL | 257.14º | 0.95% | 0.75% | - |
| HSV(B) | 257.14º | 0.47% | 0.99% | - |
| XYZ | 41.89 | 32.02 | 96.07 | - |
| YUV | 156.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 252 | 0.34 | 0.47 | 0 | 0.01 | 257.14 | 0.95 | 0.75 |
| Hex | A7 | 85 | FC | 22 | 2F | 0 | 1 | 101 | 5F | 4B |
| Octal | 247 | 205 | 374 | 42 | 57 | 0 | 1 | 401 | 137 | 113 |
| Binary | 10100111 | 10000101 | 11111100 | 100010 | 101111 | 0 | 1 | 100000001 | 1011111 | 1001011 |
Color Harmonies of #A785FC
Complementary color
Monochromatic Colors of #A785FC
Black with #A785FC
Text Example
Text Example
White with #A785FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785FC; }
p { color: rgb(167,133,252); }
H1.HeaderClassName
{
color: #A785FC;
}
.AnyTagClassName
{
color: #A785FC;
}
</style>
background-color css
<style>
a { background-color: #A785FC; }
a { background-color: rgb(167,133,252); }
div.DivClassName
{
background-color: #A785FC;
}
.BgClassName
{
background-color: #A785FC;
}
</style>
border-color css
<style>
span { border-color: #A785FC; }
span { border-color: rgb(167,133,252); }
td.TdClassName
{
border-color: #A785FC;
}
.TagClassName
{
border-color: #A785FC;
}
</style>