Shades of Light Slate Blue #A07BFF
Tints of Light Slate Blue #A07BFF
RGB
CMYK
RGB Variations
Color information
#A07BFF (or 0xA07BFF) is known color: Light Slate Blue. HEX triplet: A0, 7B and FF. RGB value is (160,123,255). Sum of RGB (Red+Green+Blue) = 160+123+255=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BFF is #5F8400. Grayscale: #949494. Windows color (decimal): -6259713 or 16743328. OLE color: 16743328.
HSL color Cylindrical-coordinate representation of color #A07BFF: hue angle of 256.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A07BFF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 123 | 255 | - |
| CMYK | 0.37 | 0.52 | 0 | 0 |
| HSL | 256.82º | 1% | 0.74% | - |
| HSV(B) | 256.82º | 0.52% | 1% | - |
| XYZ | 39.63 | 28.86 | 98.09 | - |
| YUV | 149.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 255 | 0.37 | 0.52 | 0 | 0 | 256.82 | 1 | 0.74 |
| Hex | A0 | 7B | FF | 25 | 34 | 0 | 0 | 101 | 64 | 4A |
| Octal | 240 | 173 | 377 | 45 | 64 | 0 | 0 | 401 | 144 | 112 |
| Binary | 10100000 | 1111011 | 11111111 | 100101 | 110100 | 0 | 0 | 100000001 | 1100100 | 1001010 |
Color Harmonies of #A07BFF
Complementary color
Monochromatic Colors of #A07BFF
Black with #A07BFF
Text Example
Text Example
White with #A07BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BFF; }
p { color: rgb(160,123,255); }
H1.HeaderClassName
{
color: #A07BFF;
}
.AnyTagClassName
{
color: #A07BFF;
}
</style>
background-color css
<style>
a { background-color: #A07BFF; }
a { background-color: rgb(160,123,255); }
div.DivClassName
{
background-color: #A07BFF;
}
.BgClassName
{
background-color: #A07BFF;
}
</style>
border-color css
<style>
span { border-color: #A07BFF; }
span { border-color: rgb(160,123,255); }
td.TdClassName
{
border-color: #A07BFF;
}
.TagClassName
{
border-color: #A07BFF;
}
</style>