Shades of Perano #A19FFB
Tints of Perano #A19FFB
RGB
CMYK
RGB Variations
Color information
#A19FFB (or 0xA19FFB) is known color: Perano. HEX triplet: A1, 9F and FB. RGB value is (161,159,251). Sum of RGB (Red+Green+Blue) = 161+159+251=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #A19FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FFB is #5E6004. Grayscale: #A9A9A9. Windows color (decimal): -6184965 or 16490401. OLE color: 16490401.
HSL color Cylindrical-coordinate representation of color #A19FFB: hue angle of 241.3º 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 #A19FFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 159 | 251 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.02 |
| HSL | 241.3º | 0.92% | 0.8% | - |
| HSV(B) | 241.3º | 0.37% | 0.98% | - |
| XYZ | 44.51 | 39.34 | 96.51 | - |
| YUV | 170.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 251 | 0.36 | 0.37 | 0 | 0.02 | 241.3 | 0.92 | 0.8 |
| Hex | A1 | 9F | FB | 24 | 25 | 0 | 2 | F1 | 5C | 50 |
| Octal | 241 | 237 | 373 | 44 | 45 | 0 | 2 | 361 | 134 | 120 |
| Binary | 10100001 | 10011111 | 11111011 | 100100 | 100101 | 0 | 10 | 11110001 | 1011100 | 1010000 |
Color Harmonies of #A19FFB
Complementary color
Monochromatic Colors of #A19FFB
Black with #A19FFB
Text Example
Text Example
White with #A19FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FFB; }
p { color: rgb(161,159,251); }
H1.HeaderClassName
{
color: #A19FFB;
}
.AnyTagClassName
{
color: #A19FFB;
}
</style>
background-color css
<style>
a { background-color: #A19FFB; }
a { background-color: rgb(161,159,251); }
div.DivClassName
{
background-color: #A19FFB;
}
.BgClassName
{
background-color: #A19FFB;
}
</style>
border-color css
<style>
span { border-color: #A19FFB; }
span { border-color: rgb(161,159,251); }
td.TdClassName
{
border-color: #A19FFB;
}
.TagClassName
{
border-color: #A19FFB;
}
</style>