Shades of Light Slate Blue #A055FE
Tints of Light Slate Blue #A055FE
RGB
CMYK
RGB Variations
Color information
#A055FE (or 0xA055FE) is known color: Light Slate Blue. HEX triplet: A0, 55 and FE. RGB value is (160,85,254). Sum of RGB (Red+Green+Blue) = 160+85+254=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A055FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055FE is #5FAA01. Grayscale: #7E7E7E. Windows color (decimal): -6269442 or 16668064. OLE color: 16668064.
HSL color Cylindrical-coordinate representation of color #A055FE: hue angle of 266.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A055FE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 85 | 254 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.00 |
| HSL | 266.63º | 0.99% | 0.66% | - |
| HSV(B) | 266.63º | 0.67% | 1% | - |
| XYZ | 35.64 | 21.13 | 95.97 | - |
| YUV | 126.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 254 | 0.37 | 0.67 | 0 | 0.00 | 266.63 | 0.99 | 0.66 |
| Hex | A0 | 55 | FE | 25 | 43 | 0 | 0 | 10B | 63 | 42 |
| Octal | 240 | 125 | 376 | 45 | 103 | 0 | 0 | 413 | 143 | 102 |
| Binary | 10100000 | 1010101 | 11111110 | 100101 | 1000011 | 0 | 0 | 100001011 | 1100011 | 1000010 |
Color Harmonies of #A055FE
Complementary color
Monochromatic Colors of #A055FE
Black with #A055FE
Text Example
Text Example
White with #A055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055FE; }
p { color: rgb(160,85,254); }
H1.HeaderClassName
{
color: #A055FE;
}
.AnyTagClassName
{
color: #A055FE;
}
</style>
background-color css
<style>
a { background-color: #A055FE; }
a { background-color: rgb(160,85,254); }
div.DivClassName
{
background-color: #A055FE;
}
.BgClassName
{
background-color: #A055FE;
}
</style>
border-color css
<style>
span { border-color: #A055FE; }
span { border-color: rgb(160,85,254); }
td.TdClassName
{
border-color: #A055FE;
}
.TagClassName
{
border-color: #A055FE;
}
</style>