Shades of Perano #A19DFB
Tints of Perano #A19DFB
RGB
CMYK
RGB Variations
Color information
#A19DFB (or 0xA19DFB) is known color: Perano. HEX triplet: A1, 9D and FB. RGB value is (161,157,251). Sum of RGB (Red+Green+Blue) = 161+157+251=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #A19DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DFB is #5E6204. Grayscale: #A8A8A8. Windows color (decimal): -6185477 or 16489889. OLE color: 16489889.
HSL color Cylindrical-coordinate representation of color #A19DFB: hue angle of 242.55º 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 #A19DFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 157 | 251 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.02 |
| HSL | 242.55º | 0.92% | 0.8% | - |
| HSV(B) | 242.55º | 0.37% | 0.98% | - |
| XYZ | 44.17 | 38.66 | 96.4 | - |
| YUV | 168.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 251 | 0.36 | 0.37 | 0 | 0.02 | 242.55 | 0.92 | 0.8 |
| Hex | A1 | 9D | FB | 24 | 25 | 0 | 2 | F3 | 5C | 50 |
| Octal | 241 | 235 | 373 | 44 | 45 | 0 | 2 | 363 | 134 | 120 |
| Binary | 10100001 | 10011101 | 11111011 | 100100 | 100101 | 0 | 10 | 11110011 | 1011100 | 1010000 |
Color Harmonies of #A19DFB
Complementary color
Monochromatic Colors of #A19DFB
Black with #A19DFB
Text Example
Text Example
White with #A19DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DFB; }
p { color: rgb(161,157,251); }
H1.HeaderClassName
{
color: #A19DFB;
}
.AnyTagClassName
{
color: #A19DFB;
}
</style>
background-color css
<style>
a { background-color: #A19DFB; }
a { background-color: rgb(161,157,251); }
div.DivClassName
{
background-color: #A19DFB;
}
.BgClassName
{
background-color: #A19DFB;
}
</style>
border-color css
<style>
span { border-color: #A19DFB; }
span { border-color: rgb(161,157,251); }
td.TdClassName
{
border-color: #A19DFB;
}
.TagClassName
{
border-color: #A19DFB;
}
</style>