Shades of Perano #A19EFB
Tints of Perano #A19EFB
RGB
CMYK
RGB Variations
Color information
#A19EFB (or 0xA19EFB) is known color: Perano. HEX triplet: A1, 9E and FB. RGB value is (161,158,251). Sum of RGB (Red+Green+Blue) = 161+158+251=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #A19EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EFB is #5E6104. Grayscale: #A9A9A9. Windows color (decimal): -6185221 or 16490145. OLE color: 16490145.
HSL color Cylindrical-coordinate representation of color #A19EFB: hue angle of 241.94º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19EFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 158 | 251 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.02 |
| HSL | 241.94º | 0.92% | 0.8% | - |
| HSV(B) | 241.94º | 0.37% | 0.98% | - |
| XYZ | 44.34 | 39 | 96.46 | - |
| YUV | 169.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 251 | 0.36 | 0.37 | 0 | 0.02 | 241.94 | 0.92 | 0.8 |
| Hex | A1 | 9E | FB | 24 | 25 | 0 | 2 | F2 | 5C | 50 |
| Octal | 241 | 236 | 373 | 44 | 45 | 0 | 2 | 362 | 134 | 120 |
| Binary | 10100001 | 10011110 | 11111011 | 100100 | 100101 | 0 | 10 | 11110010 | 1011100 | 1010000 |
Color Harmonies of #A19EFB
Complementary color
Monochromatic Colors of #A19EFB
Black with #A19EFB
Text Example
Text Example
White with #A19EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EFB; }
p { color: rgb(161,158,251); }
H1.HeaderClassName
{
color: #A19EFB;
}
.AnyTagClassName
{
color: #A19EFB;
}
</style>
background-color css
<style>
a { background-color: #A19EFB; }
a { background-color: rgb(161,158,251); }
div.DivClassName
{
background-color: #A19EFB;
}
.BgClassName
{
background-color: #A19EFB;
}
</style>
border-color css
<style>
span { border-color: #A19EFB; }
span { border-color: rgb(161,158,251); }
td.TdClassName
{
border-color: #A19EFB;
}
.TagClassName
{
border-color: #A19EFB;
}
</style>