Shades of Light Slate Blue #A07FFD
Tints of Light Slate Blue #A07FFD
RGB
CMYK
RGB Variations
Color information
#A07FFD (or 0xA07FFD) is known color: Light Slate Blue. HEX triplet: A0, 7F and FD. RGB value is (160,127,253). Sum of RGB (Red+Green+Blue) = 160+127+253=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFD is #5F8002. Grayscale: #969696. Windows color (decimal): -6258691 or 16613280. OLE color: 16613280.
HSL color Cylindrical-coordinate representation of color #A07FFD: hue angle of 255.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07FFD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 127 | 253 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.01 |
| HSL | 255.71º | 0.97% | 0.75% | - |
| HSV(B) | 255.71º | 0.5% | 0.99% | - |
| XYZ | 39.82 | 29.74 | 96.57 | - |
| YUV | 151.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 253 | 0.37 | 0.50 | 0 | 0.01 | 255.71 | 0.97 | 0.75 |
| Hex | A0 | 7F | FD | 25 | 32 | 0 | 1 | 100 | 61 | 4B |
| Octal | 240 | 177 | 375 | 45 | 62 | 0 | 1 | 400 | 141 | 113 |
| Binary | 10100000 | 1111111 | 11111101 | 100101 | 110010 | 0 | 1 | 100000000 | 1100001 | 1001011 |
Color Harmonies of #A07FFD
Complementary color
Monochromatic Colors of #A07FFD
Black with #A07FFD
Text Example
Text Example
White with #A07FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FFD; }
p { color: rgb(160,127,253); }
H1.HeaderClassName
{
color: #A07FFD;
}
.AnyTagClassName
{
color: #A07FFD;
}
</style>
background-color css
<style>
a { background-color: #A07FFD; }
a { background-color: rgb(160,127,253); }
div.DivClassName
{
background-color: #A07FFD;
}
.BgClassName
{
background-color: #A07FFD;
}
</style>
border-color css
<style>
span { border-color: #A07FFD; }
span { border-color: rgb(160,127,253); }
td.TdClassName
{
border-color: #A07FFD;
}
.TagClassName
{
border-color: #A07FFD;
}
</style>