Shades of Light Slate Blue #A47BFF
Tints of Light Slate Blue #A47BFF
RGB
CMYK
RGB Variations
Color information
#A47BFF (or 0xA47BFF) is known color: Light Slate Blue. HEX triplet: A4, 7B and FF. RGB value is (164,123,255). Sum of RGB (Red+Green+Blue) = 164+123+255=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A47BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BFF is #5B8400. Grayscale: #959595. Windows color (decimal): -5997569 or 16743332. OLE color: 16743332.
HSL color Cylindrical-coordinate representation of color #A47BFF: hue angle of 258.64º 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 #A47BFF is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 123 | 255 | - |
| CMYK | 0.36 | 0.52 | 0 | 0 |
| HSL | 258.64º | 1% | 0.74% | - |
| HSV(B) | 258.64º | 0.52% | 1% | - |
| XYZ | 40.44 | 29.28 | 98.13 | - |
| YUV | 150.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 255 | 0.36 | 0.52 | 0 | 0 | 258.64 | 1 | 0.74 |
| Hex | A4 | 7B | FF | 24 | 34 | 0 | 0 | 103 | 64 | 4A |
| Octal | 244 | 173 | 377 | 44 | 64 | 0 | 0 | 403 | 144 | 112 |
| Binary | 10100100 | 1111011 | 11111111 | 100100 | 110100 | 0 | 0 | 100000011 | 1100100 | 1001010 |
Color Harmonies of #A47BFF
Complementary color
Monochromatic Colors of #A47BFF
Black with #A47BFF
Text Example
Text Example
White with #A47BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BFF; }
p { color: rgb(164,123,255); }
H1.HeaderClassName
{
color: #A47BFF;
}
.AnyTagClassName
{
color: #A47BFF;
}
</style>
background-color css
<style>
a { background-color: #A47BFF; }
a { background-color: rgb(164,123,255); }
div.DivClassName
{
background-color: #A47BFF;
}
.BgClassName
{
background-color: #A47BFF;
}
</style>
border-color css
<style>
span { border-color: #A47BFF; }
span { border-color: rgb(164,123,255); }
td.TdClassName
{
border-color: #A47BFF;
}
.TagClassName
{
border-color: #A47BFF;
}
</style>