Shades of Light Slate Blue #A07FF9
Tints of Light Slate Blue #A07FF9
RGB
CMYK
RGB Variations
Color information
#A07FF9 (or 0xA07FF9) is known color: Light Slate Blue. HEX triplet: A0, 7F and F9. RGB value is (160,127,249). Sum of RGB (Red+Green+Blue) = 160+127+249=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #A07FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF9 is #5F8006. Grayscale: #969696. Windows color (decimal): -6258695 or 16351136. OLE color: 16351136.
HSL color Cylindrical-coordinate representation of color #A07FF9: hue angle of 256.23º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07FF9 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 127 | 249 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.02 |
| HSL | 256.23º | 0.91% | 0.74% | - |
| HSV(B) | 256.23º | 0.49% | 0.98% | - |
| XYZ | 39.19 | 29.49 | 93.25 | - |
| YUV | 150.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 249 | 0.36 | 0.49 | 0 | 0.02 | 256.23 | 0.91 | 0.74 |
| Hex | A0 | 7F | F9 | 24 | 31 | 0 | 2 | 100 | 5B | 4A |
| Octal | 240 | 177 | 371 | 44 | 61 | 0 | 2 | 400 | 133 | 112 |
| Binary | 10100000 | 1111111 | 11111001 | 100100 | 110001 | 0 | 10 | 100000000 | 1011011 | 1001010 |
Color Harmonies of #A07FF9
Complementary color
Monochromatic Colors of #A07FF9
Black with #A07FF9
Text Example
Text Example
White with #A07FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FF9; }
p { color: rgb(160,127,249); }
H1.HeaderClassName
{
color: #A07FF9;
}
.AnyTagClassName
{
color: #A07FF9;
}
</style>
background-color css
<style>
a { background-color: #A07FF9; }
a { background-color: rgb(160,127,249); }
div.DivClassName
{
background-color: #A07FF9;
}
.BgClassName
{
background-color: #A07FF9;
}
</style>
border-color css
<style>
span { border-color: #A07FF9; }
span { border-color: rgb(160,127,249); }
td.TdClassName
{
border-color: #A07FF9;
}
.TagClassName
{
border-color: #A07FF9;
}
</style>