Shades of Light Slate Blue #A78AFE
Tints of Light Slate Blue #A78AFE
RGB
CMYK
RGB Variations
Color information
#A78AFE (or 0xA78AFE) is known color: Light Slate Blue. HEX triplet: A7, 8A and FE. RGB value is (167,138,254). Sum of RGB (Red+Green+Blue) = 167+138+254=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A78AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFE is #587501. Grayscale: #9F9F9F. Windows color (decimal): -5797122 or 16681639. OLE color: 16681639.
HSL color Cylindrical-coordinate representation of color #A78AFE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78AFE is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 138 | 254 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.00 |
| HSL | 255º | 0.98% | 0.77% | - |
| HSV(B) | 255º | 0.46% | 1% | - |
| XYZ | 42.91 | 33.55 | 97.98 | - |
| YUV | 159.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 254 | 0.34 | 0.46 | 0 | 0.00 | 255 | 0.98 | 0.77 |
| Hex | A7 | 8A | FE | 22 | 2E | 0 | 0 | FF | 62 | 4D |
| Octal | 247 | 212 | 376 | 42 | 56 | 0 | 0 | 377 | 142 | 115 |
| Binary | 10100111 | 10001010 | 11111110 | 100010 | 101110 | 0 | 0 | 11111111 | 1100010 | 1001101 |
Color Harmonies of #A78AFE
Complementary color
Monochromatic Colors of #A78AFE
Black with #A78AFE
Text Example
Text Example
White with #A78AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78AFE; }
p { color: rgb(167,138,254); }
H1.HeaderClassName
{
color: #A78AFE;
}
.AnyTagClassName
{
color: #A78AFE;
}
</style>
background-color css
<style>
a { background-color: #A78AFE; }
a { background-color: rgb(167,138,254); }
div.DivClassName
{
background-color: #A78AFE;
}
.BgClassName
{
background-color: #A78AFE;
}
</style>
border-color css
<style>
span { border-color: #A78AFE; }
span { border-color: rgb(167,138,254); }
td.TdClassName
{
border-color: #A78AFE;
}
.TagClassName
{
border-color: #A78AFE;
}
</style>