Shades of Light Slate Blue #A27BFB
Tints of Light Slate Blue #A27BFB
RGB
CMYK
RGB Variations
Color information
#A27BFB (or 0xA27BFB) is known color: Light Slate Blue. HEX triplet: A2, 7B and FB. RGB value is (162,123,251). Sum of RGB (Red+Green+Blue) = 162+123+251=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A27BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BFB is #5D8404. Grayscale: #949494. Windows color (decimal): -6128645 or 16481186. OLE color: 16481186.
HSL color Cylindrical-coordinate representation of color #A27BFB: hue angle of 258.28º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27BFB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 123 | 251 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.02 |
| HSL | 258.28º | 0.94% | 0.73% | - |
| HSV(B) | 258.28º | 0.51% | 0.98% | - |
| XYZ | 39.4 | 28.81 | 94.75 | - |
| YUV | 149.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 251 | 0.35 | 0.51 | 0 | 0.02 | 258.28 | 0.94 | 0.73 |
| Hex | A2 | 7B | FB | 23 | 33 | 0 | 2 | 102 | 5E | 49 |
| Octal | 242 | 173 | 373 | 43 | 63 | 0 | 2 | 402 | 136 | 111 |
| Binary | 10100010 | 1111011 | 11111011 | 100011 | 110011 | 0 | 10 | 100000010 | 1011110 | 1001001 |
Color Harmonies of #A27BFB
Complementary color
Monochromatic Colors of #A27BFB
Black with #A27BFB
Text Example
Text Example
White with #A27BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BFB; }
p { color: rgb(162,123,251); }
H1.HeaderClassName
{
color: #A27BFB;
}
.AnyTagClassName
{
color: #A27BFB;
}
</style>
background-color css
<style>
a { background-color: #A27BFB; }
a { background-color: rgb(162,123,251); }
div.DivClassName
{
background-color: #A27BFB;
}
.BgClassName
{
background-color: #A27BFB;
}
</style>
border-color css
<style>
span { border-color: #A27BFB; }
span { border-color: rgb(162,123,251); }
td.TdClassName
{
border-color: #A27BFB;
}
.TagClassName
{
border-color: #A27BFB;
}
</style>