Shades of Light Slate Blue #A778FF
Tints of Light Slate Blue #A778FF
RGB
CMYK
RGB Variations
Color information
#A778FF (or 0xA778FF) is known color: Light Slate Blue. HEX triplet: A7, 78 and FF. RGB value is (167,120,255). Sum of RGB (Red+Green+Blue) = 167+120+255=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A778FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A778FF is #588700. Grayscale: #949494. Windows color (decimal): -5801729 or 16742567. OLE color: 16742567.
HSL color Cylindrical-coordinate representation of color #A778FF: hue angle of 260.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A778FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 120 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 260.89º | 1% | 0.74% | - |
| HSV(B) | 260.89º | 0.53% | 1% | - |
| XYZ | 40.7 | 28.87 | 98.03 | - |
| YUV | 149.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 255 | 0.35 | 0.53 | 0 | 0 | 260.89 | 1 | 0.74 |
| Hex | A7 | 78 | FF | 23 | 35 | 0 | 0 | 105 | 64 | 4A |
| Octal | 247 | 170 | 377 | 43 | 65 | 0 | 0 | 405 | 144 | 112 |
| Binary | 10100111 | 1111000 | 11111111 | 100011 | 110101 | 0 | 0 | 100000101 | 1100100 | 1001010 |
Color Harmonies of #A778FF
Complementary color
Monochromatic Colors of #A778FF
Black with #A778FF
Text Example
Text Example
White with #A778FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778FF; }
p { color: rgb(167,120,255); }
H1.HeaderClassName
{
color: #A778FF;
}
.AnyTagClassName
{
color: #A778FF;
}
</style>
background-color css
<style>
a { background-color: #A778FF; }
a { background-color: rgb(167,120,255); }
div.DivClassName
{
background-color: #A778FF;
}
.BgClassName
{
background-color: #A778FF;
}
</style>
border-color css
<style>
span { border-color: #A778FF; }
span { border-color: rgb(167,120,255); }
td.TdClassName
{
border-color: #A778FF;
}
.TagClassName
{
border-color: #A778FF;
}
</style>