Shades of Light Slate Blue #A07BFD
Tints of Light Slate Blue #A07BFD
RGB
CMYK
RGB Variations
Color information
#A07BFD (or 0xA07BFD) is known color: Light Slate Blue. HEX triplet: A0, 7B and FD. RGB value is (160,123,253). Sum of RGB (Red+Green+Blue) = 160+123+253=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BFD is #5F8402. Grayscale: #949494. Windows color (decimal): -6259715 or 16612256. OLE color: 16612256.
HSL color Cylindrical-coordinate representation of color #A07BFD: hue angle of 257.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07BFD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 123 | 253 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.01 |
| HSL | 257.08º | 0.97% | 0.74% | - |
| HSV(B) | 257.08º | 0.51% | 0.99% | - |
| XYZ | 39.31 | 28.73 | 96.4 | - |
| YUV | 148.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 253 | 0.37 | 0.51 | 0 | 0.01 | 257.08 | 0.97 | 0.74 |
| Hex | A0 | 7B | FD | 25 | 33 | 0 | 1 | 101 | 61 | 4A |
| Octal | 240 | 173 | 375 | 45 | 63 | 0 | 1 | 401 | 141 | 112 |
| Binary | 10100000 | 1111011 | 11111101 | 100101 | 110011 | 0 | 1 | 100000001 | 1100001 | 1001010 |
Color Harmonies of #A07BFD
Complementary color
Monochromatic Colors of #A07BFD
Black with #A07BFD
Text Example
Text Example
White with #A07BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BFD; }
p { color: rgb(160,123,253); }
H1.HeaderClassName
{
color: #A07BFD;
}
.AnyTagClassName
{
color: #A07BFD;
}
</style>
background-color css
<style>
a { background-color: #A07BFD; }
a { background-color: rgb(160,123,253); }
div.DivClassName
{
background-color: #A07BFD;
}
.BgClassName
{
background-color: #A07BFD;
}
</style>
border-color css
<style>
span { border-color: #A07BFD; }
span { border-color: rgb(160,123,253); }
td.TdClassName
{
border-color: #A07BFD;
}
.TagClassName
{
border-color: #A07BFD;
}
</style>