Shades of Light Slate Blue #A773FE
Tints of Light Slate Blue #A773FE
RGB
CMYK
RGB Variations
Color information
#A773FE (or 0xA773FE) is known color: Light Slate Blue. HEX triplet: A7, 73 and FE. RGB value is (167,115,254). Sum of RGB (Red+Green+Blue) = 167+115+254=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A773FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A773FE is #588C01. Grayscale: #919191. Windows color (decimal): -5803010 or 16675751. OLE color: 16675751.
HSL color Cylindrical-coordinate representation of color #A773FE: hue angle of 262.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A773FE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 115 | 254 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.00 |
| HSL | 262.45º | 0.99% | 0.72% | - |
| HSV(B) | 262.45º | 0.55% | 1% | - |
| XYZ | 39.96 | 27.63 | 96.99 | - |
| YUV | 146.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 254 | 0.34 | 0.55 | 0 | 0.00 | 262.45 | 0.99 | 0.72 |
| Hex | A7 | 73 | FE | 22 | 37 | 0 | 0 | 106 | 63 | 48 |
| Octal | 247 | 163 | 376 | 42 | 67 | 0 | 0 | 406 | 143 | 110 |
| Binary | 10100111 | 1110011 | 11111110 | 100010 | 110111 | 0 | 0 | 100000110 | 1100011 | 1001000 |
Color Harmonies of #A773FE
Complementary color
Monochromatic Colors of #A773FE
Black with #A773FE
Text Example
Text Example
White with #A773FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773FE; }
p { color: rgb(167,115,254); }
H1.HeaderClassName
{
color: #A773FE;
}
.AnyTagClassName
{
color: #A773FE;
}
</style>
background-color css
<style>
a { background-color: #A773FE; }
a { background-color: rgb(167,115,254); }
div.DivClassName
{
background-color: #A773FE;
}
.BgClassName
{
background-color: #A773FE;
}
</style>
border-color css
<style>
span { border-color: #A773FE; }
span { border-color: rgb(167,115,254); }
td.TdClassName
{
border-color: #A773FE;
}
.TagClassName
{
border-color: #A773FE;
}
</style>